Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.15 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.15 KB

Qgen

Qgen

Qgen is a tool that helps you generate Multiple Choice Questions (MCQ) from any text.
Attach your notes, guidebooks and articles to generate questions for your learning.

Method

Method



Demo

Video:

Qgen.Demo.mp4

Codes on Colab:

https://colab.research.google.com/drive/1o9DLC79lm9cMViDqDQMQ8H_HIJEHZty5?usp=sharing

Try it now 😊:

https://nghuiling-qgen-home-2n3gaq.streamlit.app/



Getting Started

  1. Clone the repo
    git clone https://github.com/nghuiling/Qgen.git
  2. Install Python packages
    pip install -r requirements.txt
  3. Run Streamlit
    streamlit run home.py


Reference

https://towardsdatascience.com/practical-ai-automatically-generate-multiple-choice-questions-mcqs-from-any-content-with-bert-2140d53a9bf5