Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.73 KB

web-application

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:

  1. Clone/Download this repo.
  2. Install Python.
  3. Open your terminal.
  4. Type pip install Flask then pip install Flask-Uploads in your command line.
  5. Navigate to the directory where your downloaded repo is stored by typing cd Downloads then cd web-application.
  6. Run python learn_flask.py.
  7. You should see something like the following: Flask output
  8. Copy and paste http://127.0.0.1:5000/ into your browser.
  9. Once you have our web application up and running, you should be able to navigate to the pages below:

Home Page


Tutorial Page


This page shows you how our Braille-to-text converter works.

Upload Image Page


Please see our tutorial before you try uploading an image.
Click here to find Braille images that we have already pre-cropped.

About Us Page


Learn more about our journey here!