Authors: Samiksha Gnawali & Suyog Karki
Instructor: Dr. Omer M. Soysal
Course: CMPS 3400 Introduction to Data Science
Visualizer is a Python-based data analysis tool that demonstrates:
- CSV and pickle analysis with interactive visualization
- Probability tables, vector operations, and correlation analysis
- Missing-value handling, downloads, and logging
Technologies used: Pandas, Matplotlib, Seaborn, NumPy, Streamlit
git clone https://github.com/KARKI2004/Visualizer
cd Visualizer
pip install -r requirements.txt
python -m src.cli_runner
streamlit run app.py
- CLI run writes analysis outputs and plots to
Output/ - UI run provides download buttons and does not write to disk