Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rachit901109/ey_llmao
Team LLMAO's submission for EY Techathon 4.0 addresses the education challenge with AI-powered content generation, automated grading, and personalized learning. Our prototype enhances accessibility, user engagement, and learning progress metrics, aiming to revolutionize education for students like Rani facing language and infrastructure barriers.
https://github.com/rachit901109/ey_llmao
educational-technology generative-ai generative-model hackathon-project
Last synced: about 21 hours ago
JSON representation
Team LLMAO's submission for EY Techathon 4.0 addresses the education challenge with AI-powered content generation, automated grading, and personalized learning. Our prototype enhances accessibility, user engagement, and learning progress metrics, aiming to revolutionize education for students like Rani facing language and infrastructure barriers.
- Host: GitHub
- URL: https://github.com/rachit901109/ey_llmao
- Owner: rachit901109
- Created: 2023-11-09T19:04:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-22T20:15:31.000Z (10 months ago)
- Last Synced: 2024-04-20T12:01:45.181Z (7 months ago)
- Topics: educational-technology, generative-ai, generative-model, hackathon-project
- Language: Jupyter Notebook
- Homepage:
- Size: 41.8 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EY Techathon 4.0
## Team Name: LLMAO### Problem statement - Challenge III:
#### **Education**
Transforming Education with Generative AI: Personalized Learning and Intelligent Tutoring
Rani, a student from a village in Kerala, is struggling to get back to her education following
the delay caused by the pandemic. While the government announced online classes,
language remained a huge constraint. As eager Rani is to resume her studies,
infrastructure and accessibility issues are becoming impediments for her.Student’s challenge: Develop apps or solutions with AI-powered content generation
capabilities, automated grading systems or virtual tutors for individualized student
support. Alternatively, suggest solutions led by generative AI to help students retain
information better and learn at their own pacePrototype submitted on 26/11/23
**Steps to run project:**
1. Clone the repository:
```bash
cd User/clone_dir
git clone "repourl"
```2. Install dependencies for frontend, backend and third party services:
- 1. Frontend:
```bash
cd LLMAO/
npm i
```
start the client server:
```npm run dev```- 2. Backend:
```bash
cd server/
pip install -r requirements.txt
```
If above command doesn't work try
```python3 -m pip install -r requirements.txt```.
To start backend api server
```bash
cd ..
python3 run.py
```3. Third party services:
Create two *.env* files in server and server/users. Add a *SECRECT_KEY* to server env file. Add your api keys for open ai and tavily, named *OPENAI_API_KEY* and *TAVILY_API_KEY* to the other env file.
```bash
cd server && touch .env && echo "SECRET_KEY=secret_key" | cat > .env
cd users && touch .env
echo "OPENAI_API_KEY=yourkey" | cat >> .env && echo "TAVILY_API_KEY=yourkey" | cat >> .env
```
**Tavily api key is only required if you want to enable web search for content generation model.**
Finally to land on our home page click the link present on the client server or visit `http://localhost:5173/`.**Solutions implemented in prototype:**
When considering the various obstacles encountered by students residing in remote regions, such as Rani, we duly recognize the substantial influence that language barriers exert on their capacity to access academic materials and understand online courses. The restricted accessibility of materials in the learners' mother tongue presents an obstacle to the standard of education as a whole.Our prototype presents the below solutions:
- User Engagement:
Metric: Daily/Weekly/Monthly Active Users (DAU/WAU/MAU). High engagement indicates that learners find the platform valuable and are consistently using it for their educational needs.
- Learning Progress:
Metric: Completion Rates of Courses and Modules. Monitoring how many users successfully complete courses and modules provides insights into the effectiveness of the content and the platform's ability to support learning progression.
- Personalized Learning Effectiveness:
Metric: Improvement in Weak Areas. Tracking improvements in topics identified as weak for individual learners demonstrates the solution's ability to address personalized learning needs.
- Accessibility and Inclusivity:
Metric: User Distribution Across Supported Languages. Ensuring that users from various linguistic backgrounds are benefiting from the platform demonstrates its inclusivity and effectiveness in overcoming language barriers.
- Offline Learning Adoption:
Metric: Frequency of Offline Learning Usage. Monitoring how often users utilize downloadable notes in offline mode provides insights into the platform's effectiveness in addressing infrastructure challenges.Solutions to be implemented:
- Voice Search:
Objective: Enable voice-based content access.
- 3D Avatar Implementation:
Objective: Boost engagement with personalized 3D avatars.
- Quizzes and Assignments:
Objective: Comprehensive learning with assessments.
- Courses Recommendation System:
Objective: Personalized course suggestions.Images:
![Picture1](https://github.com/rachit901109/EY_LLMAO/assets/110279690/7db1c5cd-a260-4038-9b89-04f2d8530baa)
![Picture2](https://github.com/rachit901109/EY_LLMAO/assets/110279690/778aa23b-3bee-43e3-b8d5-5ddf01bb3c71)
PDF files of generated content:
![gencontent1](https://github.com/rachit901109/EY_LLMAO/assets/110279690/63fbb754-a6b7-4e08-86bf-08fdcb37dc6f)
![gencontent2](https://github.com/rachit901109/EY_LLMAO/assets/110279690/ccd6a726-afd2-45d7-9511-1e536a3d39c9)