Skip to content

polarizz17/Viz-It

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viz-It

Data Visualizer Web-Application


Viz-It

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 here

Demo Video Link

Tech-stack


Python Streamlit Plotly       Git
Used Python Libraries :
  matplotlib
  numpy
  pandas
  plotly
  streamlit
  wordcloud

Deployments

The project is currently deployed at heroku. Deployed Project

If you want to use it locally you can follow the installation methods shared below.

Installation


  1. Create a Virtual Environment : Tutorial

  2. Clone the repository.

  3. Open the directory with cmd.

  4. Copy this command in terminal to install dependencies.

     $pip install -r requirements.txt
    
  5. Installing the requirements.txt may generate some error due to outdated MS Visual C++ Build. You can fix this problem using this.

  6. Now to fire the web-application run this command on terminal.

     $streamlit run main.py
    
  7. Now use it for files under 200MB in size. (Will update for larger files soon).

Interface

Page Desktop Interface
Home
Overview
EDA
Correlation

Goals


  1. Reduces time for data understanding.
  2. All the visualizations are made with plotly to receive maximum insights of the data.
  3. Shares the deepest insights of the data in a go!

If you like the project, do ⭐

Also follow me on GitHub , Kaggle and on LinkedIn

Thank You for Visiting :)

About

Data Visualizer Web-Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%