Skip to content

Commit

Permalink
Merge pull request #386 from Aditya062003/main
Browse files Browse the repository at this point in the history
Add EduAid Project to the 2025 Ideas Section
  • Loading branch information
jddeep authored Feb 17, 2025
2 parents 7989366 + ba94a43 commit f1df066
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/pages/ideas/2025/eduaid.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import { IdeaLayout } from '@/components/IdeaLayout'

export const meta = {
title: 'EduAid',
description:
'EduAid is an AI-driven tool designed to enhance online learning by generating quizzes from educational content, helping students improve retention and engagement.',
}

export default (props) => <IdeaLayout meta={meta} {...props} />

### Project Type: Large

## Description:

EduAid is an AI-driven tool designed to enhance online learning by generating quizzes from educational content, helping students improve retention and engagement. Currently available as a browser extension, we aim to expand it into a full-fledged platform with a website, optimized model pipelines, and better system performance.

Our current model supports difficulty-controlled quizzes for short-answer and multiple-choice questions (MCQs). We plan to extend this functionality to other formats, including fill-in-the-blanks, boolean, and match-the-following, by improving our models for diverse question generation. Additionally, we seek to integrate EduAid with other educational platforms to make it a seamless part of the learning ecosystem.

## Expected Outcomes:

- Fully deploy the EduAid browser extension and website.
- Optimize model pipelines for better accuracy and response time.
- Improve system performance for a smoother user experience.
- Expand difficulty-controlled question generation to new formats.
- Enhance UI/UX for better usability.
- Integrate with other educational platforms for wider adoption.

## Required Skills:

- Frontend Development
- Backend Development
- PyTorch & NLP
- System Design & Architecture

## Mentors:

`Aditya Dubey`

0 comments on commit f1df066

Please sign in to comment.