Install the required packages in your local environment (ideally virtualenv, conda, etc.).
pip install -r requirements
Ignore for now. Env vars are store in the Docker file for now. Will create .env file in the future
- Start your app with:
docker-compose build
docker-compose up
-
Go to http://localhost:8000/docs.
-
Click
Authorize
and enter the API key as created in the Setup step. -
You can use the sample payload from the
docs/sample_payload.json
file when trying out the house price prediction model using the API.