alsora/tensorflow-nlp
Text Classification and NLP in Tensorflow
This project helps developers build, train, and deploy Natural Language Processing (NLP) models. You input text data and a neural network configuration, and it outputs a trained model ready for use in applications. It's designed for software engineers and machine learning engineers who need to integrate text classification or sequence tagging into their products using various programming languages.
No commits in the last 6 months.
Use this if you are a developer looking for a flexible framework to train NLP models and deploy them for inference in production using Python, Java, or Node.js.
Not ideal if you are an end-user without programming experience looking for a ready-to-use NLP tool without coding.
Stars
10
Forks
5
Language
Python
License
MIT
Last pushed
Jul 20, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/alsora/tensorflow-nlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch