Skip to content

Template for creating ML API with FastAPI & SQLModel

License

Notifications You must be signed in to change notification settings

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