Visualeeze is a Data Visualizer and Data Manipulation Software. Deals with Data, visualize insights that actually matters to find out co-relation between columns. Apart from that this software has a text based manipulation section so that user can get insights from their own written Data. here, the text based manipulatinon includes searching the occurance of a word, converting user text into csv or Excel file then visualize Excel/Csv Data.
- Streamlit
- Python
- Matplotlib
- DataFrames
- Numpy
cd Visualeeze
streamlit run main.py
Note: don't forget to run virtual Environment first
python -m venv <venv-name>
activate the virtual environment (For Windows User) by
./<venv-name>/Scripts/Activate
- Get Insights from Data
- Create graphs/Charts
- get statistical info
- deals with both Xlsx and Csv file
- manipulates user text
- converts user's text into tabular format

