subhasisj/FastAPI-Streamlit-Docker-NLP
Text Classification model deployment using FastAPI, Streamlit and Docker Compose
This tool helps you classify text, like identifying spam emails or categorizing customer feedback, using a pre-trained model. You input raw text, and it outputs the assigned category or label for that text. Anyone who needs to automatically sort or tag large volumes of text without writing code would find this useful.
No commits in the last 6 months.
Use this if you have a pre-trained text classification model and want a quick, easy way to put it into action with a user-friendly interface.
Not ideal if you need to train a new text classification model from scratch or require a highly customized, enterprise-grade deployment with complex integrations.
Stars
14
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/subhasisj/FastAPI-Streamlit-Docker-NLP"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text...
mim-solutions/bert_for_longer_texts
BERT classification model for processing texts longer than 512 tokens. Text is first divided...
OctoberChang/X-Transformer
X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification
QData/LaMP
ECML 2019: Graph Neural Networks for Multi-Label Classification
illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)