Skip to content

Microservice creation and Machine Learning Model Deployment using FastAPI

License

Notifications You must be signed in to change notification settings

TripathiAshutosh/FastAPI

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published