This repository contains a machine learning project for predicting rental prices in London.
A trained model was built using historical rent data, and the model has been converted into an API using FastAPI for easy integration and deployment.
- Rent price prediction based on property features
- Model served via a FastAPI endpoint
- Ready for deployment or further development
- Clone the repo
- Install dependencies
- Run the API using Uvicorn
uvicorn api:app --reload