Marks Visualization Dashboard

screenshot of Marks Visualization Dashboard

A dashboard built with dash to visualize marks of a class.

Overview

The Marks Visualization Dashboard is a web-based application built with Dash that provides visual representations of marks for a class. The data utilized in the project is sourced from the Students' Performance in Exams dataset from Kaggle. To run the application, it is necessary to have a MongoDB server enabled and upload the dataset to the relevant MongoDB database. Additionally, the database name and collection name in the app.py file should be modified to reflect the names used in the local system.

Features

  • Dash-based Web Application: The dashboard is built using the Dash framework, providing an interactive and intuitive user interface.
  • Marks Visualization: The main feature of the dashboard is the visualization of marks for a class, allowing users to gain insights from the data.
  • Data from Kaggle: The application utilizes the Students' Performance in Exams dataset from Kaggle, providing a realistic and diverse dataset for analysis.

Summary

The Marks Visualization Dashboard is a Dash-based web application that allows users to visualize marks for a class. It utilizes the Students' Performance in Exams dataset from Kaggle and requires a MongoDB server for data storage and retrieval. By following the installation steps and running the app.py file, users can gain insights from the provided dataset through interactive visualizations.