CoolFace
Apppublic

faisalsns/language-detection-compare-models

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

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

  1. 1.Install dependencies:
bash
pip install -r requirements.txt