Viz-It
Data Visualizer Web-Application
If I ask you where most of the data wrangler looses their time ?
It is Data Overview and EDA.
Presenting "Viz-It" which will do all these tasks for you. Just grab the data and upload it and visualize the data insights in a go!
How to use Viz-It? Check hereDemo Video Link
Tech-stack
matplotlib
numpy
pandas
plotly
streamlit
wordcloud
Deployments
Deployed Project
The project is currently deployed at heroku.If you want to use it locally you can follow the installation methods shared below.
Installation
-
Create a Virtual Environment : Tutorial
-
Clone the repository.
-
Open the directory with cmd.
-
Copy this command in terminal to install dependencies.
$pip install -r requirements.txt
-
Installing the requirements.txt may generate some error due to outdated MS Visual C++ Build. You can fix this problem using this.
-
Now to fire the web-application run this command on terminal.
$streamlit run main.py
-
Now use it for files under 200MB in size. (Will update for larger files soon).
Interface
Page | Desktop Interface |
---|---|
Home | |
Overview | |
EDA | |
Correlation |
Goals
- Reduces time for data understanding.
- All the visualizations are made with plotly to receive maximum insights of the data.
- Shares the deepest insights of the data in a go!