Skip to content

JordanMarcelino/copier-fastapi-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published