To run streamlit app on your local computer, please follow these steps on your terminal:
- Make sure you are in the repository home directory
cd price_breakout_detetction
- Prepare the environment and install all the dependencies
pip install -r requirements.txt
It is recommended to create a virtual environment. - Trigger the app by
streamlit run app.py