Projects

01. StockCents

stock predictor image
Full-Stack application that utilizes sentiment analysis and RandomForestRegressor to create predictions. Designed with bidirectional LSTM Neural Network.

  • Python
  • PyTorch
  • NLTK
  • Yfinance
  • CustomTkinter
  • 02. LoL Prediction Model

    LoL Model Image League of Legends prediction model curated through Kaggle dataset. Uses Decision Tree branching and GridSearchCV to train the model.

  • Python
  • Jupyter
  • SciKit
  • Seaborn
  • Pandas
  • Matplotlib
  • 03. Weather Forecasting Model

    Weather Model Image Weather forecasting model that predicts the temperature in New York City. Uses a linear regression model, Ridge.

  • Python
  • SciKit
  • Pandas
  • Matplotlib
  • Jupyter
  • 04. Task Manager

    Task Manager Image
    Entirely functional task manager built with C++ in terminal

  • C++
  • OOP