🎡 A fantastic tool to generate questions and answers from grant applications documents. The tool can be used as both a PDF-TXT Converter and a Q&A Generator.
Clone the repository:
git clone https://github.com/MaximeLas/qna-generator.git
Navigate to the repository:
cd qna-generator
Create a virtual environment:
python3 -m venv env
Activate the virtual environment:
source env/bin/activate
Install the requirements:
pip3 install --upgrade pip
pip3 install -r requirements.txt
pip3 install -I PyMuPDF
Run the script with the following command to get the usage help:
python3 qna_generator.py -h