FawziElNaggar / Question-MCQ-_Answer_Generation

Building this project to generate MCQ Questions from any type of text and generate answers and distractors for it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question(MCQ)_Answer_Generation

Building this project to generate MCQ Questions from any type of text and generate answers and distractors for it.

Project Requirements

Python 3.6 or later with all then run the installation file to get requirements.txt dependencies installed and needed nlp models to install run:

chmod +x script.sh
source script.sh

Run Main File and Change Path of text file

python main.py

To run project in colab: should run requirements.txt then run install.sh file then run main.py and Change Path of text file

!pip3 install -r  requirements.txt
!sh install.sh
!python main.py

About

Building this project to generate MCQ Questions from any type of text and generate answers and distractors for it.

License:MIT License


Languages

Language:Python 93.9%Language:Shell 6.1%