Projects
-
Airacle
A Machine Learning project. React/Redux, FastAPI/Python/Scikit-Learn.
-
Tetrix: Reloaded
A Classic remastered for HTML5. Made with Javascript.
-
jobCent
A mobile application I built while working for nCent.
-
Kicstarter
A crowd-funding platform built on React/Redux and Rails/Ruby.
-
Airacle
What is it? A flight delay prediction web app that takes in your flight information and guesses whether your flight will be delayed, based on 2 years of training data.
- Connects with a FastAPI server and utilizes a ML model serialized via joblib to make predictions quickly
- Displays Data on a D3 graph, allowing for an interactive display
- Implemented using Python. Created a ML model + FastAPI backend over a weekend