faisalsns/language-detection-compare-models
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Language Detection Comparison App
This app compares language detection results from three sources:
- Facebook fastText (offline, accurate)
- Google Cloud Translation API (online, requires API key)
- Hugging Face language detection model (configurable)
Setup
- Install dependencies:
pip install -r requirements.txt
