Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 607 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 607 Bytes

FastAPI Template

FastAPI Template for your machine learning project.

Requirements to use the template:

$ pip install copier
$ pip install poetry

or

$ conda install copier
$ conda install poetry

To start a new project, run:

copier copy https://github.com/JordanMarcelino/copier-fastapi-ml . --trust

Installing development requirements

poetry install

Running the tests

pytest -v