In the DevCloud terminal, Git clone this repo.
git clone https://github.com/nazneenn/Unnati-FakeNews-Detection.git
Link to download dataset - https://onlineacademiccommunity.uvic.ca/isot/2022/11/27/fake-news-detection-datasets/
Once the download is complete, extract the file and save it to the designated "data" directory.
1. mkdir data/
2. unzip News-_dataset.zip -d data/
Execute the pip_env.sh file for creating the environment fakenews and kernel named "fakenews" for your project.
bash pip_env.sh
Activate the "fakenews" kernel and run fakenews_detection.ipynb Notebook.
Note: The current notebook is incomplete. Please create a solution notebook to complete the assignment.