Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 794 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 794 Bytes

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