Skip to content

munas-git/REST-API-Article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REST API Implementation in Python for Model Deployment: Flask and FastAPI

This repo is for the article above, you can read more here

How to run either of them

To run either of the files:

  • Clone the repo
  • Navigate into the directory you wish to run
  • Run pip install -r requirements.txt
  • Run the start command:
    • flask run <-- For flask server
    • uvicorn app:app <-- For FastAPI server.

How to send requests:

  • For Flask server, check here
  • For FastAPI server, check here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages