FastAPI Template for your machine learning project.
- Python 3.9+
- Copier python package
- Poetry python package
$ pip install copier
$ pip install poetry
or
$ conda install copier
$ conda install poetry
copier copy https://github.com/JordanMarcelino/copier-fastapi-ml . --trust
poetry install
pytest -v