To run the code in this repository, you need to have Python3 and install dependencies included inside requirements.txt. It is stronly recommended to use the virtual environment for keeping installed packaged from your global Python installation.
python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
To run Streamlit app just type the following command:
streamlit run <file_name>.py
It will open web page containing your application in your browser.