TripathiAshutosh / FastAPI

Microservice creation and Machine Learning Model Deployment using FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI

This repository explains how to create Microservices using FastAPI

Complete Explanation is available in below link:

https://ashutoshtripathi.com/2021/02/15/how-to-deploy-machine-learning-models-as-a-microservice-using-fastapi/

####### Create Python Virtual Environment and install all dependencies as follows ######

create venv using command: python -m venv venvname

activate venv: venvname\Scripts\Activate

install dependencies: pip install -r requirements.txt

run using: uvicorn main:app --reload

About

Microservice creation and Machine Learning Model Deployment using FastAPI

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 63.1%Language:Python 36.9%