A newer version of the Gradio SDK is available: 6.20.0
metadata
title: Tamil MCQ Generator
emoji: π
colorFrom: red
colorTo: purple
sdk: gradio
app_file: app.py
pinned: false
Tamil MCQ Generator & Quiz Web App π
An interactive web application to automatically generate Multiple-Choice Questions (MCQs) in Tamil from any text passage.
π Features
- Sentence Quality Filtering: Ensures only informative sentences are used to build questions.
- Root-based MCQ Generation: Extracts nouns and proper nouns and lemmatizes them to ensure base root words are targeted.
- FastText Semantic Distractors: Generates smart wrong options (distractors) using word vector clustering.
- Interactive UI: Let users click options, see instantaneous success/fail feedback, and track their scores.
π¦ How to Run Locally
- Install dependencies:
pip install -r requirements.txt - Start the Streamlit application:
streamlit run app.py