- Clone the repository:
$ git clone https://github.com/sburchil/3155ProjectV2
- Ensure that python 3.8.6 is installed
$ python --version
Download: https://www.python.org/downloads/release/python-386/
- Make sure pip is installed and up-to-date:
$ pip --version (check version/is installed 'version 21.3.1')
Go To: https://pypi.org/project/pip/ to install if it is not already
- Install dependencies:
$ pip install -r requirements.txt
- Start the application:
streamlit run ./app.py
- In case of Error
-Ctrl^C in terminal to terminate Streamlit
-Close Streamlit window
-Restart Streamlit through terminal
- (Extra) View it Online
https://share.streamlit.io/sburchil/3155projectv2/main/app.py