Instructions to use pranavagrawal/Language-Identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use pranavagrawal/Language-Identification with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("pranavagrawal/Language-Identification", "model.bin")) - Notebooks
- Google Colab
- Kaggle
| datasets: | |
| - pranavagrawal/Language-Identification | |
| language: | |
| - as | |
| - bn | |
| - en | |
| - gu | |
| - hi | |
| - kn | |
| - ml | |
| - or | |
| - ta | |
| - te | |
| library_name: fasttext | |
| pipeline_tag: text-classification | |