Text Classification Models
This repository contains the machine learning models for multilingual text classification.
Models Included
ensemble_stack_model.pkl.gz - Main classification model
ensemble_stack_vectorizer.pkl.gz - Text vectorizer
Usage
These models are automatically downloaded by the web application deployed on Vercel.
Languages Supported
Model Details
- Type: Ensemble Stacking Classifier
- Text Processing: TF-IDF Vectorization
- Compression: Gzip compressed pickle files