A pretty and customizable web app to deploy your DL model with ease
- Clone the repo
git clone https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp.git - Run the following instructions
docker build -t ner-model . then
docker run -d -p 8000:8000 ner-model - Open the following URL
http://0.0.0.0:8000/apidocs - Input a medical sentence (in Chinese) and see the recognized entities!
Have fun!
MIT License