Skip to content
View Takeru522's full-sized avatar
  • remote

Organizations

@dev-protocol @yfosp

Block or report Takeru522

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Takeru522/README.md

👋 Welcome to my Github page!

Whether you need a clean REST API, a data analysis pipeline, or a machine learning feature that drives user experience — I deliver fast, production-ready solutions with clear communication and clean code.


Favorite Saying 👍

import pandas as pd
import Prophet

df = pd.read_csv("psd_file.csv")
model = Prophet(
    daily_seasonality=True,
)
model.fit(df)
future = model.make_future_dataframe(periods=30)  
forecast = model.predict(future)
    # My favorite projects involve combining backend engineering with smart data:
       # building AI features, analyzing large datasets, and designing systems that learn and adapt.
model.plot(forecast)
plt.title("Forecasted Daily Call Volume")
plt.xlabel("Date")

⚡ My Skills


Python
Python
C++
C++
C#
C#
JavaScript
JavaScript
typeScript
TypeScript
Next.js
Next.js
React
React.js
Node.js
Node.js
aws
AWS
Matlab
Matlab
Java
Java
Anaconda
Anaconda
REST-API
REST-API
php
Azure
icon
Django
eclipse
Eclipse
docker
Docker
Angular
Angular
ai
AI
mysql
MYSQL
mongodb
MongoDB
postgresql
PostgreSQL

“Math is the language of the universe, and code is becoming my poetry.”
⭐️ Thanks for stopping by!

Popular repositories Loading

  1. hello-world hello-world Public

    This repository is for practicing the GitHub Flow.

    1

  2. Takeru522 Takeru522 Public

    My personal repository.

    1

  3. myportfolio myportfolio Public

    TypeScript 1

  4. smartreview-ai smartreview-ai Public

    1

  5. first_API first_API Public

    Python 1

  6. python-api-to-sqlite-csv python-api-to-sqlite-csv Public

    Python 1