FindingData
DashViz - Data Visualiztion tool
DashViz - Data Visualiztion tool
📑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
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
- Clone the repo
git clone https://github.com/IMsumitkumar/Data-visualization-tool-DashViz- create a virtual env and activate
python>3.6
conda create -n <env_name> python=3.7conda activate <env_name>- Install dependencies
inside-your-local-repository
pip install -r requirements.txtRun
STEP 1 : Migrate the databse tables
python manage.py makemigrationspython manage.py migrateSTEP 2
python manage.py runserverContributing
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
- Fork the Project
https://github.com/IMsumitkumar/Data-visualization-tool-DashViz - Create your Feature Branch
git checkout -b feature/AmazingFeature - Commit your Changes
git commit -m 'Add some AmazingFeature' - Push to the Branch
git push origin feature/AmazingFeature - Open a Pull Request