Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 521 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 521 Bytes

Visualization

Cluster analysis using PCA, MDS, IsoMap. Text Analysis

Done as part of miniproject for Visualization Course

Python Libraries used

Pandas Scikit Flask Numpy nltk

Steps to start the application in local machine

  1. Install the listed libraries using following commands: pip install Numpy

    pip install pandas

    pip install sklearn

    pip install flask

    pip install nltk

  2. Run the command: python app.py

  3. Open a web browser and open the link : http://localhost:5000/index.html