A short description of the project
- Python3.8.2
- Pip
- Poetry (Python Package Manager)
MODEL_PATH=./ml/model/
MODEL_NAME=model.pkl
To update your machine learning model, add your load
and method
change here at predictor.py
python -m venv venv
source venv/bin/activate
sudo apt install cmake
make install
make run
make deploy
make test
make easter
Files related to application are in the app
or tests
directories.
Application parts are:
app
βββ api - web related stuff.
βΒ Β βββ routes - web routes.
βββ core - application configuration, startup events, logging.
βββ models - pydantic models for this application.
βββ services - logic that is not just crud related.
βββ main.py - FastAPI application creation and configuration.
β
tests - pytest