simisimon / flask-language-detection-app

A simple flask web application that predicts the language of text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language Detection Model

A simple flask web application, which classifies user input into english, german or spanish.

Run the app locally

python run.py

Build the Docker Image

docker build -t flask-lang-detection:latest .

Run the Docker Container

docker run -p 5000:5000 flask-lang-detection:latest

Run with Docker-Compose

docker compose up

About

A simple flask web application that predicts the language of text.


Languages

Language:Python 61.0%Language:PureBasic 23.9%Language:HTML 10.4%Language:Dockerfile 2.7%Language:CSS 2.0%