- Code for the API of an app that predicts taxi fare prices in NYC
- The API was built with FastAPI and deployed on Google Cloud Platform
- The API was built as a solution for a kaggle competition (https://www.kaggle.com/c/new-york-city-taxi-fare-prediction)
- A Linear Regression model was used to tackle this challenge (see trainer.py file)