The main purpose of this Streamlit-based web application is to receive various input - output results and report these data to the user in a clean, readable and interactive way. You can access the live version of this project here.
Note that, before the installation please activate your Python environment.
- Clone the repo
git clone https://github.com/omerfee/ProjectAlgopoly.git
- Install required packages
pip install -r requirements.txt
- Run the project
streamlit run Report.py
I did this project during my internship at Algopoly in June 2022.