First, install all required Python packages using:
pip install -r requirements.txt
To open the website, run the following command in your terminal:
python3 -m streamlit run app.py
Make sure you have all dependencies installed (see requirements.txt).