Skip to content

jotron/deepLID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepLID

Language identification [French, English, German] with deep learning.

Online Demo at https://jo.guru.xxx/deeplid

Repo Structure

  • /data
  • /document
    • Latex source files
  • /models
    • see models/README
    • Different Keras models
    • Jupyter notebooks with training/evaluation data
    • Saved models
  • /preprocessing
  • /webserver
    • Minimalistic Flask Webserver

Running the Webserver

git clone https://github.com/jotron/deepLID.git
cd deepLID

pip install pipenv
pipenv install

pipenv run python web-server/webserver.py

About

Languange identification (LID) with deep learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published