Github repo for CSE 573 project.
Contributors and Team Members: Kunal Suthar, Jay Shah, Leroy Vargis, Abhay Mathur, Vatsal Sodha.
- Install selenium python package:
pip install selenium
- Install selenium browser driver: This project uses the Firefox driver Install instruction found here
- Install all dependencies:
bash demo.sh install-dep
To run the project, use demo.sh file with the following arguments:
- Scrape data and save it to a pickle file:
bash demo.sh scrape
- Create the LDA model:
bash demo.sh create-lda
- Apply tsne and generate the dependencies:
bash demo.sh apply-tsne
- Apply pca and generate the dependencies:
bash demo.sh apply-pca
- Generate 3D visualization:
bash demo.sh visualize-3d
- Run the above steps/commands with tsne sequentially from scratch
bash demo.sh run-project-tsne
- Run the above steps/commands with pca sequentially from scratch
bash demo.sh run-project-pca