Skip to content

zehengl/ez-language-detector

Repository files navigation

logo

ez-language-detector

coding_style

A Python application to detect language type

Environment

  • Python 3.9
  • Windows 10

Install

python -m venv .venv
.\.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt

Use pip install -r requirements-dev.txt for development.

Credits