Data Visualization Mini Project
Repository for the Data Visualization Mini Project.
Tech Stack: Python Dash
Github Repository Link: https://github.com/VinayN18/Codeforces-Visualizer
Deployed Link: https://codeforces-visualizer.onrender.com
Purpose of Dashboard: User friendly Visualization for comparison and analysis of Codeforces stats.
Design: Interactive Visualization Dashboard
- Clone the Github Repository
git clone https://github.com/VinayN18/Codeforces-Visualizer.git
- Next go to the project location
cd Codeforces-Visualizer
- Create a Python Virtual Environment and Activate it
python -m venv env
env/Scripts/activate
- Install all the required libraries
pip install -r requirements.txt
- Run the python file
python app.py
Running all the above commands will make the python file run in your localhoast server. The Link will be present in the terminal output. We need to open it.
Now we can input any codeforces id in the input field present.