Language identification [French, English, German] with deep learning.
Online Demo at https://jo.guru.xxx/deeplid
- /data
- see data/README
- Scripts to download data
- /document
- Latex source files
- /models
- see models/README
- Different Keras models
- Jupyter notebooks with training/evaluation data
- Saved models
- /preprocessing
- see preprocessing/README
- Scripts to preprocess data
- Jupyter notebooks with data analysis
- /webserver
- Minimalistic Flask Webserver
git clone https://github.com/jotron/deepLID.git
cd deepLID
pip install pipenv
pipenv install
pipenv run python web-server/webserver.py