Follow the steps below to set up the project environment and run the program.
First, create a virtual environment to isolate your dependencies. Open your terminal/command prompt and run the following command:
For Windows:
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python data/tvsum_2.py