Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 613 Bytes

TOHack2022

Quick Setup:

  1. run the line "pip install numpy pandas tensorflow emoji"
  2. Download the file from https://drive.google.com/file/d/16k74nHv9bvkduTOy8KVJjOtTCwJeKduO/view?usp=sharing, and save it at /content folder.

Instructions to open the website through flask

  1. Open Anaconda Prompt
  2. "set FLASK_APP=tryFlask" ("export FLASK_APP=tryFlask" for Mac users)
  3. "set FLASK_ENV=development" ("export FLASK_ENV=development" for Mac users)
  4. "flask run"
  5. The prompt should say something like " Running on http://127.0.0.1:5000/". Copy your url to browser to open
  6. Repeat steps 2-6 if changes made.