Create a summarization model, evaluate its performance, and demonstrate explainability techniques
This requirements.txt file contains a list of packages and their versions required to replicate the Conda environment used in this project.
- Python (version 3.x)
- pip (the package installer for Python)
To install the packages listed in this file, follow these steps:
- Activate your Python environment: If you have a virtual environment set up for your project, activate it. Otherwise, you can use your system's Python environment.
- Run the installation command: Run the following command in your terminal or command prompt:
pip install -r requirements.txt