Used Python Libraries :
matplotlib
numpy
pandas
plotly
streamlit
wordcloud
Heroku : viz-it.herokuapp.com
Streamlit Server : share.streamlit.io/sagnik1511/viz-it/main/main.py
-
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).
Page | Desktop Interface |
---|---|
Home | |
Overview | |
EDA | |
Correlation |
- 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!