language-identification

Language identification microservice powered by the FastText language detection model

MIT License

Stars
0
Committers
3

Quick Start

Language identification microservice powered by the FastText language detection model, providing fast and accurate recognition of over 170 languages.

git clone [email protected]:vhidvz/language-identification.git
cd language-identification && docker-compose up -d

Docker Hub:

docker run -p 8000:8000 vhidvz/language-identification:latest

Endpoints are fully documented using OpenAPI Specification 3 (OAS3) at:

Documentation

To generate the documentation for the python model, execute the following command:

pdoc --output-dir docs model.py