Skip to content

Aksumite-Toumai/NISR-Hackathon

Repository files navigation

Hackathon Project: Statistical Dashboard

Dashboard Overview

Team Name: Aksumite-Toumai

Table of Contents

  1. Project Description
  2. Installation
  3. Usage
  4. Data Source
  5. Technologies Used
  6. Team Members
  7. Acknowledgements

Project Description

Our project is part of the National Institute of Statistics Rwanda (NISR) Hackathon 2023 Edition, which invites university students to visualize statistical messages published by NISR through infographics and interactive dashboards. The overarching goal of this competition is to foster statistical literacy and promote data-driven decision-making.

In alignment with these objectives, our team has developed a dynamic and interactive dashboard using Python. This dashboard allows users to explore, analyze, and visualize statistical data provided by NISR in an intuitive and user-friendly manner. Through this project, we aim to provide a platform that makes statistical data more accessible and understandable to a wider audience, thereby contributing to the increase of statistical literacy among the public.

We believe that by simplifying the representation of complex statistical data through our dashboard, we can provide valuable insights and promote a better understanding of the data published by NISR. Our project embodies the spirit of the hackathon by merging technology, design, and statistics to create a tool that encourages data exploration and education.

Installation

Please ensure you have the following prerequisites:

  • Python 3.10+: This project requires Python version 3.10 or higher. If you don't have Python 3.10 or higher installed, you can download it from the official Python website.

Once you have Python 3.10 or higher, you can proceed with the following installation steps:

  1. Clone the Repository:
    git clone <repository_url>
    cd <repository_name>
    
  2. Set Up a Virtual Environment (optional but recommended):
    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
    
  3. Install Dependencies:
    pip install -r requirements.txt
    

Usage

  • Run the dashboard:
      python app.py
    
  • Open the dashboard:
      http://localhost:8888/home
    

Data Source

Technologies Used

Team Members

Acknowledgements