How to run the code:
- Clone the repository
- cd into the directory
cd question-generation
- create a virtual environment and install the required libraries
python3 -m venv .venv
source .venv/bin/activate
- Run the following command to install the required libraries:
pip install -r requirements.txt
- Run the following command to run the code:
python main.py