-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #386 from Aditya062003/main
Add EduAid Project to the 2025 Ideas Section
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |