Skip to content

A Python based API Template built on FastAPI framework for ML and AI applications.

License

Notifications You must be signed in to change notification settings

ANI717/API-Template-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-Template-Python

A Python based API Template built on FastAPI framework for ML and AI applications.

Set Environment (Anaconda)

conda create -n api python=3.11.5
conda activate api
cd API-Template-Python
pip install -r .\requirements.txt

Run API

cd API-Template-Python\src
uvicorn main:app

Test & Coverage

cd API-Template-Python
pytest --cov=src

Terminate All Python Processses

taskkill /f /im python.exe

About

A Python based API Template built on FastAPI framework for ML and AI applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages