/ANI717_API_Template

A Python Fast API Template for Machine Learning Applications to Receive HTTP POST Request and Respond Accordingly.

Primary LanguagePythonMIT LicenseMIT

ANI717 API Template

A Python Fast API Template for Machine Learning Applications to Receive HTTP POST Request and Respond Accordingly.

Clone the Repo and Install Dependencies

Python Required >= 3.9.7

git clone https://github.com/ANI717/ANI717_API_Template.git
cd ANI717_API_Template
pip install --upgrade pip
pip install .

Run the API

uvicorn ani717_api_template.main:app

Test the API

pytest -v

Generate Coverage Report

pytest --cov