Dzalhaqi / pas-dm

This is Final Project at Data Mining subject. The goals of this project is to mining insight of the sanitation water data around the world through analytical and interactive dashboard

Home Page:https://dzalhaqi-pas-dm.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Fuzzy Time Series Analysist Dashboard of Availability of Clean Water and Sanitation Around the World

Data Mining Final Project - Electronic Engineering Polytechnic Institute of Surabaya
View Demo

Table Of Contents

About The Project

Description

This is Final Project at Data Mining subject. The goals of this project is to mining insight of the sanitation water data around the world through analytical and interactive dashboard

Preview

Note: Please view demo for more insight of this app

image image image

Built With

Application deployed is build with python using streamlit library for the dash app and plotly library for the chart

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • python

for Windows OS

python --version 

for Unix Based OS (Linux, MacOS, etc)

python3 --version 
  • git
git --version 

note: if you don't have python installed, you can download it here and if you don't have git installed, you can download it here

Installation

  1. Clone the repo
git clone https://github.com/dzalhaqi/pas-dm.git
  1. Create python environment
python -m venv env
  1. Activate python environment

for Windows OS

env\Scripts\activate

for Unix Based OS (Linux, MacOS, etc)

source env/bin/activate
  1. Install python library
cd web && pip install -r requirements.txt
  1. Get into web directory and run the app
streamlit run main.py

License

Distributed under the MIT License. See LICENSE for more information.

Authors

  • Muhammad Dzalhaqi - Applied Data Science Student (EEPIS) - Muhammad Dzalhaqi - Build dash app, build model, and create analytical reporting

Acknowledgements

About

This is Final Project at Data Mining subject. The goals of this project is to mining insight of the sanitation water data around the world through analytical and interactive dashboard

https://dzalhaqi-pas-dm.streamlit.app/

License:MIT License


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%