Skip to content

bhavyatyagi/visualization-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title: Vehicle Loan Analytics | Visualization Dashboard 📈

1. Methodology 🔣

Methodology

2. Description 📚

  • This project is developed using Python, Dash, and Plotly. This gives Vehicle Loan Analytics using the dataset LoanPricing.csv available in this repository. The gender option triggers the callback to serve visualization in accordance with the selected option. I hope you guys like it :).
  • The dataset contains 34 Features, 18969 tuples for Vehicle Loan Analytics.

3. Input / Output 💻

The input to the application is a dropdown for gender, according to the dataset this field is generated. Upon selection the callback gets triggered and updates the Dashboard in real time.

  • Dropdown: Selection of Gender. Example: Female, Male.
  • Output: We get 4 different visualizations on the basis of selected dropdown field of the dataset.

4. Live Link [CURRENTLY DOWN] 🔗

5. Screenshots 🖥️

Data Visualisation Dashboard

6. How to run the app: 👨🏻‍💻

  1. Open the command prompt/terminal.

  2. Clone the repo using

     git clone https://github.com/bhavyatyagi/visualization-dashboard.git
    
  3. Go to the directory where the program is stored/cloned

  4. Type:

     python3 app.py
    
  5. The program will run

  6. If it asks for missing libraries then do:

     pip install requirements.txt
    

    OR

     pip install dash pandas plotly
    

    Note: pip3 instead of pip if in case shows command not found.

  7. Run the program again via step 4.

About

This project is developed using Python, Dash and Plotly. Hope you guys like it :). [Current down due to paid cloud services.]

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors