# Multi-Script Language Identifier | |
This repository contains models and vectorizers for identifying languages written in various scripts. Each script has a corresponding model (`model.joblib`) and vectorizer (`vectorizer.joblib`). | |
## How It Works | |
- The `vectorizer.joblib` preprocesses text for the model. | |
- The `model.joblib` predicts the language based on the preprocessed input. | |
## Files | |
- `model.joblib`: Trained model for a specific script. | |
- `vectorizer.joblib`: Preprocessor required for the corresponding model. | |