- numpy
- pandas
- sklearn
- scipy
- matplotlib
- seaborn
- plotly
- streamlit
pip install numpy pandas scikit-learn scipy matplotlib seaborn plotly streamlit
After installing streamlit, From the command line use this command:
streamlit run ./UI.py
the GUI has 4 Tabs:
- The first three are for preprocessing and visualization of Datasets 1,2 and 3 (Part1).
- The last one is for Clustering and Classification (Part2).