codelion/adaptive-classifier
A flexible, adaptive classification system for dynamic text classification
This system helps professionals automatically categorize incoming text, such as customer support tickets, product reviews, or social media comments. You provide examples of text alongside their appropriate categories, and it learns to classify new, uncategorized text. This is useful for anyone who needs to sort large volumes of text into predefined or evolving categories, like a customer service manager or a market researcher.
539 stars. No commits in the last 6 months. Available on PyPI.
Use this if your text classification needs change frequently, requiring you to add new categories or retrain the system with new examples without interrupting live operations.
Not ideal if you have a static set of text categories that rarely change and your primary concern is one-time, offline model training.
Stars
539
Forks
38
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 07, 2025
Commits (30d)
0
Dependencies
11
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/codelion/adaptive-classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
jiegzhan/multi-class-text-classification-cnn-rnn
Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN...
jiegzhan/multi-class-text-classification-cnn
Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN...
cbaziotis/datastories-semeval2017-task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention...
iamaziz/ar-embeddings
Sentiment Analysis for Arabic Text (tweets, reviews, and standard Arabic) using word2vec
aws-samples/sample-extreme-text-classifier
A Python text classifier for large-scale multi-class classification using Amazon Bedrock....