Web Scraping using RSS Feed, Text Preprocessing, Vectorizing the news dataset, Content-based filtering, Cosine Similarity, Simulation of Ranking Matrix, Collaborative Filtering, and making a Web App Using Flask.
- Himanshu Jain- MS19026
- Ira Sharma- MS19037
- Shreya Pipraiya- MS19107
- Clone this repository locally.
- Open Windows PowerShell inside this folder.
- Type the following commands-
python -m venv env
./env/Scripts/Activate
pip install Flask
pip install pandas
pip install numpy
pip install datetime
pip install random
pip install hashlib
pip install logging
pip install sklearn
pip install nltk
- Open Windows PowerShell inside the folder containing this repository.
- Activate the environment.
- Type the following-
python main.py
Note:- You may have to use a different alias instead of python
depending on the way python is set up on your device.