This project is a web application that provides a user-friendly interface for visualizing Principal Component Analysis (PCA) results. It allows users to upload datasets, perform PCA, and visualize the results interactively.
Copy the repo to your local machine.
Execute the following command in your terminal:
python visually.py
to run the PCA GUI application. visit this local URL to view the application:
http://127.0.0.1:8050/
