A dashboard built with dash to visualize marks of a class.
Data used in the project is taken from https://www.kaggle.com/spscientist/students-performance-in-exams
Before running the app.py file ,
- Turn on your MongoDB server
- upload the above data set to your MongoDB database.
- change the MongoDB database name and collection name to the names you have used in your local system accordingly in app.py file.
finally run the app.py file.