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
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
Note: Please view demo for more insight of this app
Application deployed is build with python using streamlit library for the dash app and plotly library for the chart
To get a local copy up and running follow these simple example steps.
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
- Clone the repo
git clone https://github.com/dzalhaqi/pas-dm.git
- Create python environment
python -m venv env
- Activate python environment
for Windows OS
env\Scripts\activate
for Unix Based OS (Linux, MacOS, etc)
source env/bin/activate
- Install python library
cd web && pip install -r requirements.txt
- Get into web directory and run the app
streamlit run main.py
Distributed under the MIT License. See LICENSE for more information.
- Muhammad Dzalhaqi - Applied Data Science Student (EEPIS) - Muhammad Dzalhaqi - Build dash app, build model, and create analytical reporting