Skip to content

SuperBruceJia/pytorch-flask-deploy-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy PyTorch Model with Flask and Docker as Web App in 10 Minutes

A pretty and customizable web app to deploy your DL model with ease

Usage Demo

  1. Clone the repo
git clone https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp.git 
  1. Run the following instructions
docker build -t ner-model . 

then

docker run -d -p 8000:8000 ner-model 
  1. Open the following URL
http://0.0.0.0:8000/apidocs 
  1. Input a medical sentence (in Chinese) and see the recognized entities!

Have fun!

License

MIT License