Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 700 Bytes

README.md

File metadata and controls

33 lines (30 loc) · 700 Bytes

qna-generator

🎡 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.

Setup:

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:

Run the script with the following command to get the usage help:

python3 qna_generator.py -h