Repository containing data science projects completed by me for self learning and hobby purposes. Projects contained within one notebook are stored directly in this repo. Larger projects with modular code are stored in separate repos. Take a look at the Contents below and follow the link to the repo / location for each project 🙂
Regression
- Regression models to predict the 'score' of a football player: I built linear, ridge, lasso and tree regression models in NumPy from scratch to predict the score of a player - small dataset. (In Progress)
- Driver Drowsiness Detection using CNN Model: I worked on this project in a group at Le Wagon. We detect whether a driver was drowsy using characteristics of yawning and having closed eyes. Try out the app here
- Taxi Fare Prediction Model: I trained a model from the Kaggle New York City Taxi Fare Prediction dataset and built a containerized prediction API deployed on Google Cloud Run and then hosted a small Streamlit application on Heroku 🌍
- Exploratory analysis of Twitch: Exploratory analysis of a Twitch dataset collected by myself using the Twitch API. (In Progress)