Skip to content
This repository was archived by the owner on Aug 3, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 390 Bytes

File metadata and controls

19 lines (13 loc) · 390 Bytes

Language Identification Demo

How to run

  • Install Python 3
  • Run this command:
pip install -r requirements.txt

python app.py
  • Open localhost:5000/check and see how it work

Model

Pretrain model for language identifier can be found at: https://fasttext.cc/docs/en/language-identification.html

Screenshots