docker-compose up -d
cp .env.example .env
Edit .env and fill fields in the file
visit http://127.0.0.1:8000/ to test if web service is running
visit http://127.0.0.1:8000/docs#/ to see api documentation
- write tests
- improve data preprocessing
- evaluate model
- plot metrics
Zillow API would be much suitable for this project becasue the data it provides is more compatible with the training dataset. In contrast, ATTOM API provides free trail api that we can use to implement its APIs in our project. Consequently, this project is currently implementing ATTOM API to get property details.
It is recommended to use Zillow API to get better predictions.