Skip to content

mason3k/language-detector-flask

Repository files navigation

pre-commit Code style: black Imports: isort GitHub last commit security: bandit

Language Detector

A simple Flask application for detecting the most likely language for a snippet of text. It can be run completely offline or alternatively, it can reference an API.

Check it out: http://sujones.pythonanywhere.com/

⚠️ If you receive a 502 error: Please refresh the page! It is a problem with Python Anywhere that I'm working to address.

Test User

As an exercise, I implemented authentication for the site so that user's responses could be saved and retrieved. If you'd like to explore the site without registering, you can use the dummy bootstrapped user:

Username: [email protected] Password: password

Developing

To run the app locally, run:

flask --app program run --debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published