karimould/typescript-text-classification
Text classification using a neuronal network and TypeScript.
This is a tool for developers who need to add basic text classification capabilities to an application, such as categorizing user queries. It takes in structured training data (sentences with their corresponding categories) and outputs a trained model that can classify new, unseen sentences. This is most useful for backend developers building features like a simple home assistant or chatbots.
No commits in the last 6 months.
Use this if you are a developer looking for a straightforward, TypeScript-based solution to add basic text classification to your application.
Not ideal if you need advanced natural language processing features, pre-trained models, or a solution that doesn't require TypeScript development.
Stars
7
Forks
2
Language
TypeScript
License
MIT
Category
Last pushed
Mar 09, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/karimould/typescript-text-classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
spring-projects/spring-ai
An Application Framework for AI Engineering
qminer/qminer
Analytic platform for real-time large-scale streams containing structured and unstructured data.
primaryobjects/lda
LDA topic modeling for node.js
lfoppiano/grobid-quantities
GROBID extension for identifying and normalizing physical quantities.
EhsanMashhadi/MSR2021-ProgramRepair
Code of our paper Applying CodeBERT for Automated Program Repair of Java Simple Bugs which is...