Clone the repo to your system by running the following command:
git clone https://github.com/nzhang95120/Visibone.git
cd Visibone
Dependencies In order to install all dependencies, run pip install -r requirements.txt in your terminal or command prompt.
Running To run the code, open a terminal and navigate to the root directory of this repository. Then, run the following bash commands:
export FLASK_ENV=development
export FLASK_APP=app.py
flask run
Finally, once the program runs without errors, navigate to http://127.0.0.1:5000/ in your browser.