- You need to have a virtual machine running to install the libraries
- Create it - python3 -m venv venv
- Run it - source venv/bin/activate
If the code doesn't run after installing the libraries change interpreter
- Install the libraries using the requirements file
- Run it - streamlit run visualization/app.py
- You can see the app at http://localhost:8501/
- Run it when the venv is running - streamlit run visualization/app.py
- Actually you need to run this from root - streamlit run visualization/app.py