https://github.com/zehengl/ez-language-detector
A Python application to detect language type
https://github.com/zehengl/ez-language-detector
flask langdetect python
Last synced: about 2 months ago
JSON representation
A Python application to detect language type
- Host: GitHub
- URL: https://github.com/zehengl/ez-language-detector
- Owner: zehengl
- License: mit
- Created: 2019-09-24T20:17:47.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T08:07:52.000Z (about 2 years ago)
- Last Synced: 2025-01-23T17:44:33.278Z (over 1 year ago)
- Topics: flask, langdetect, python
- Language: HTML
- Homepage: http://bit.ly/ez-language-detector
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ez-language-detector

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.