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.
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
To run the app locally, run:
flask --app program run --debug