/Bike-Sharing-Analysis

Repository ini hasil proyek akhir pada kelas belajar data science menggunakan python di dicoding

Primary LanguageJupyter Notebook

Proyek Analisis Data: Bike Sharing Dataset

Setup for Jupyter Notebook

Setup environment

Install pipenv

pip install --user pipenv

Install dependency

pipenv install numpy pandas matplotlib seaborn jupyter

Run pipenv shell

pipenv shell

Run Jupyter Notebook

jupyter notebook .

Setup steamlit app

Install dependency

pip install -r requirements.txt

Run Streamlit App

streamlit run dashboard/dashboard.py

This app can also be accessed at url https://bike-sharing-analysis-slwfmxdkckk2xx739nh4kr.streamlit.app/

Screenshot