FindingData

DashViz - Data Visualiztion tool

DashViz - Data Visualiztion tool

sumit

📑Overview

  • DashViz - A auto data Visualization tool can visualize your data without any coding experience.
  • This tool takes user data as input and, in the main dashboard user can select one or more than on feature to visualize the data.
  • Users can plot multiple plots with color as well
  • Supported plots are :
    • Bar plot
    • Line plot
    • Scatter plot
    • Box plot
    • Violin plot
    • Scatter matrix
    • Histogram
    • pie chart
    • Heat map
    • Area map

âš’ Built with

sumit sumit sumit sumit sumit sumit sumit



plotly Dash bootstrap

🟢 Getting Started

To get a local copy up and running follow these simple steps. make sure git is installed in yout machine.

Installation

  1. Clone the repo
git clone https://github.com/IMsumitkumar/Data-visualization-tool-DashViz
  1. create a virtual env and activate
python>3.6
conda create -n <env_name> python=3.7
conda activate <env_name>
  1. Install dependencies
inside-your-local-repository
pip install -r requirements.txt

Run

STEP 1 : Migrate the databse tables

python manage.py makemigrations
python manage.py migrate

STEP 2

python manage.py runserver

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

If u want to use it and contribute then follow these simplt steps

  1. Fork the Project https://github.com/IMsumitkumar/Data-visualization-tool-DashViz
  2. Create your Feature Branch git checkout -b feature/AmazingFeature
  3. Commit your Changes git commit -m 'Add some AmazingFeature'
  4. Push to the Branch git push origin feature/AmazingFeature
  5. Open a Pull Request
Edit this page on GitHub