We are working on hosting and deploying our Flask web application on a server. Until we have a working URL for our web application, please follow the instructions below to run Flask and access our web app:
- Clone/Download this repo.
- Install Python.
- Open your terminal.
- Type
pip install Flask
thenpip install Flask-Uploads
in your command line. - Navigate to the directory where your downloaded repo is stored by typing
cd Downloads
thencd web-application
. - Run
python learn_flask.py
. - You should see something like the following:
- Copy and paste http://127.0.0.1:5000/ into your browser.
- Once you have our web application up and running, you should be able to navigate to the pages below:
This page shows you how our Braille-to-text converter works.
Please see our tutorial before you try uploading an image.
Click here to find Braille images that we have already pre-cropped.