Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 636 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 636 Bytes

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