SuperBruceJia/pytorch-flask-deploy-webapp
This is a Flask + Docker deployment of the PyTorch-based Named Entity Recognition (NER) Model (BiLSTM-CRF) in the Medical AI.
This project helps machine learning engineers and data scientists quickly deploy their deep learning models as web applications. It takes a trained PyTorch model and packages it into a web-accessible service, outputting a user-friendly interface or an API endpoint for integration. This is ideal for those who need to showcase or operationalize their machine learning solutions.
No commits in the last 6 months.
Use this if you are a machine learning engineer or data scientist who needs a straightforward way to turn your trained deep learning model into a deployable web application, such as for Named Entity Recognition in medical texts.
Not ideal if you are looking for a pre-trained, ready-to-use medical NER model without needing to deploy your own custom deep learning models.
Stars
23
Forks
4
Language
Python
License
MIT
Category
Last pushed
Jan 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/SuperBruceJia/pytorch-flask-deploy-webapp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow