Skip to content

Interactive Dashboard Using Python Dash -- Data Visualization Mini Project

Notifications You must be signed in to change notification settings

VinayN18/Codeforces-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Codeforces-Visualizer

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

Codeforces Dashboard

Purpose of Dashboard: User friendly Visualization for comparison and analysis of Codeforces stats.

Design: Interactive Visualization Dashboard

Installation

  1. Clone the Github Repository
  git clone https://github.com/VinayN18/Codeforces-Visualizer.git
  1. Next go to the project location
  cd Codeforces-Visualizer
  1. Create a Python Virtual Environment and Activate it
  python -m venv env
  env/Scripts/activate
  1. Install all the required libraries
  pip install -r requirements.txt
  1. 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.

About

Interactive Dashboard Using Python Dash -- Data Visualization Mini Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages