kenhktsui/anyclassifier
One Line To Build Zero-Data Classifiers in Minutes
This tool helps machine learning and software engineers quickly build text classifiers without needing any pre-labeled data. You simply provide a task description (like "classify sentiment") and the categories you want (e.g., "positive" or "negative"), and it generates a functional classification model. It's ideal for engineers who need to deploy text classification features rapidly, even for languages where labeled datasets are scarce.
No commits in the last 6 months. Available on PyPI.
Use this if you are an ML or software engineer needing to build a text classifier quickly, especially when you don't have existing labeled data for your specific task or language.
Not ideal if you have a large, high-quality, pre-labeled dataset readily available and want to train a traditional model from scratch.
Stars
64
Forks
9
Language
Python
License
MIT
Category
Last pushed
Sep 25, 2024
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/kenhktsui/anyclassifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
palewire/first-llm-classifier
Learn how journalists use large-language models to organize and analyze massive datasets
robert-mcdermott/LLM-Image-Classification
Image Classification Testing with LLMs
AnasMohammad4321/BERT-Pytorch
Comprehensive BERT model training and visualization, detailing pre-training, fine-tuning, and...
Mahesh3394/clinical_text_classification
Text classification with fine tuned LLM model. Bert model fine tuned on created dataset.
sabrinaherbst/distilbert_question_answering
Implements a Q&A ML model usuing DistilBERT.