aNdr3W03 / Bike-Sharing-Dashboard

Bike Sharing Data Analysis Streamlit Dashboard

Home Page:https://bike-sharing.streamlit.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bike Sharing Dashboard

Streamlit Cloud: Bike Sharing Dashboard

Preview

bike-sharing-preview.mp4

Description

This project is part of the bike sharing data analysis project to analyze the Bike Sharing Dataset. The results of the analysis are then made into the form of data visualization into an interactive dashboard.

Directory

  • /assets: stores image and video assets used in this project
  • /dashboard: contains the file func.py which stores the functions needed by the dashboard
  • dataset: stores data used in the data analysis project
  • README.md: file that provides information about this GitHub project
  • app.py: main file to run the dashboard
  • notebook.ipynb: interactive jupyter notebook files to analyze data
  • requirements.txt: file that stores information about the libraries used in this project

Installation

The steps to create your virtual environment from this project is as follows:

  1. Clone this Repository

    git clone https://github.com/aNdr3W03/Bike-Sharing-Dashboard.git
  2. Create Python Virtual Environment

    virtualenv venv
  3. Activate the Environment

    venv\Scripts\activate
  4. Install All the Requirements Inside "requirements.txt"

    pip install -r requirements.txt
  5. Run the Streamlit Dashboard

    streamlit run app.py
  6. Stop the application program by ctrl + c.

About

Bike Sharing Data Analysis Streamlit Dashboard

https://bike-sharing.streamlit.app


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%