It is recommended that the notebook is run in Google Colab, although if you want, you can run it locally as well.
For local setup, follow these steps to set up your environment and install project dependencies:
git clone https://github.com/Mohit-Talgotra/NewsClassifier.git
cd NewsClassifier
python -m venv venv
#First run:
cd venv/Scripts
#Then:
./Activate.ps1
#First run:
cd venv/bin
#Then:
source ./activate
pip install -r requirements.txt
To run Jupyter Notebook, use the following command:
jupyter notebook
This will start the Jupyter Notebook server, and you can access it in your web browser by following the provided URL.