Skip to content

This is Final Project at Machine Learning Ops Subject. The goals of this project is to build analysist of Indonesia export import comodity data using interactive dashboard with Fuzzy Time Series Method

Notifications You must be signed in to change notification settings

Dzalhaqi/pa-mlops

Repository files navigation

Analysist Dashboard of Export Import Data of Indonesian Commodity Trade

Machine Learning Ops Final Project - Electronic Engineering Polytechnic Institute of Surabaya
View Demo

Table Of Contents

About The Project

Screenshot

image image image image image

This is Final Project at Machine Learning Ops Subject. The goals of this project is to build analysist of Indonesia export import comodity data using interactive dashboard with Fuzzy Time Series Method

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/pa-mlops.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
pip install -r requirements.txt
  1. Get into web directory and run the app
cd web && 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
  • Much. Toriqul Muchlisin - Applied Data Science Student (EEPIS) - Much. Toriqul Muchlisin - Build model
  • Rifda Quratul 'Ain - Applied Data Science Student (EEPIS) - Rifda Quratul 'Ain - Build analytical report

Acknowledgements

About

This is Final Project at Machine Learning Ops Subject. The goals of this project is to build analysist of Indonesia export import comodity data using interactive dashboard with Fuzzy Time Series Method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published