Quick Setup:
- run the line "pip install numpy pandas tensorflow emoji"
- 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
- Open Anaconda Prompt
- "set FLASK_APP=tryFlask" ("export FLASK_APP=tryFlask" for Mac users)
- "set FLASK_ENV=development" ("export FLASK_ENV=development" for Mac users)
- "flask run"
- The prompt should say something like " Running on http://127.0.0.1:5000/". Copy your url to browser to open
- Repeat steps 2-6 if changes made.