Skip to content

n-gibs/fast-api-clustering

Repository files navigation

FastAPI Cluster app

Installation

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

Run It

  1. Start your app with:
docker-compose build
docker-compose up

Test API

  1. Go to http://localhost:8000/docs.

  2. Click Authorize and enter the API key as created in the Setup step. Authroization

  3. You can use the sample payload from the docs/sample_payload.json file when trying out the house price prediction model using the API. Prediction with example payload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published