Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π EduTutor AI β Personalized Learning & Assessment System
|
| 2 |
|
| 3 |
EduTutor AI is an AI-powered personalized tutoring tool designed to generate custom quizzes and feedback based on a student's score and topic of interest.
|
|
@@ -10,6 +17,48 @@ Built using the powerful IBM Granite LLM and Gradio, this app enables intelligen
|
|
| 10 |
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
## π Live Demo
|
| 14 |
|
| 15 |
π [Click here to use EduTutor AI](https://huggingface.co/spaces/Anusha831/EduTutor-AI)
|
|
@@ -58,48 +107,6 @@ python app.py
|
|
| 58 |
|
| 59 |
---
|
| 60 |
|
| 61 |
-
## π― Submission for IBM InnovateX Hackathon 2025
|
| 62 |
-
|
| 63 |
-
This project was developed as part of the IBM InnovateX Hackathon 2025, showcasing the use of IBM Granite LLM for solving real-world educational challenges using AI.
|
| 64 |
-
|
| 65 |
-
π₯ **Team Name:** CodeCrafters
|
| 66 |
-
|
| 67 |
-
π©βπ» **Team Members:** Koyyada Anusha, Muddassir Shakhan
|
| 68 |
-
|
| 69 |
-
π **Initial Solution Submission:** As part of the hackathon requirements, we submitted a project proposal and functional overview. [View Submitted Solution](https://drive.google.com/file/d/12NDxLZR-52vAoWG8LvyqDe2P65nbdyws/view?usp=sharing)
|
| 70 |
-
|
| 71 |
-
We collaboratively developed this solution from idea to implementation to address the core goals of personalized learning and automated assessment.
|
| 72 |
-
|
| 73 |
-
---
|
| 74 |
-
|
| 75 |
-
## πββοΈ Developed By
|
| 76 |
-
|
| 77 |
-
### Koyyada Anusha
|
| 78 |
-
|
| 79 |
-
B.Tech - CSE (AI & ML) - Year: 2022-2026
|
| 80 |
-
|
| 81 |
-
Vaageswari College of Engineering - Roll No: 22S41A6693
|
| 82 |
-
|
| 83 |
-
GitHub: https://github.com/Anusha-831
|
| 84 |
-
|
| 85 |
-
LinkedIn: https://www.linkedin.com/in/anusha-koyyada-8b3032261
|
| 86 |
-
|
| 87 |
-
Email: koyyadaanusha05@gmail.com
|
| 88 |
-
|
| 89 |
-
### Muddassir Shakhan
|
| 90 |
-
|
| 91 |
-
B.Tech - CSE (AI & ML) - Year: 2022-2026
|
| 92 |
-
|
| 93 |
-
Vaageswari College of Engineering - Roll No: 22S41A66C0
|
| 94 |
-
|
| 95 |
-
GitHub: https://github.com/Muddassirshakhan
|
| 96 |
-
|
| 97 |
-
LinkedIn: https://www.linkedin.com/in/muddassir-shakhan-559740257
|
| 98 |
-
|
| 99 |
-
Email: muddassirshakhan8@gmail.com
|
| 100 |
-
|
| 101 |
-
---
|
| 102 |
-
|
| 103 |
## π License
|
| 104 |
|
| 105 |
This project is licensed under the MIT License. Feel free to use, modify, and share.
|
|
@@ -116,4 +123,4 @@ This project is licensed under the MIT License. Feel free to use, modify, and sh
|
|
| 116 |
|
| 117 |
---
|
| 118 |
|
| 119 |
-
> βAI canβt replace teachers β but it can empower students.β
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: EduTutor AI
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: π
|
| 6 |
+
short_description: AI-Powered Quiz & Feedback Generator with IBM Granite LLM
|
| 7 |
+
---
|
| 8 |
# π EduTutor AI β Personalized Learning & Assessment System
|
| 9 |
|
| 10 |
EduTutor AI is an AI-powered personalized tutoring tool designed to generate custom quizzes and feedback based on a student's score and topic of interest.
|
|
|
|
| 17 |
|
| 18 |
---
|
| 19 |
|
| 20 |
+
## π― Submission for IBM InnovateX Hackathon 2025
|
| 21 |
+
|
| 22 |
+
This project was developed as part of the IBM InnovateX Hackathon 2025, showcasing the use of IBM Granite LLM for solving real-world educational challenges using AI.
|
| 23 |
+
|
| 24 |
+
π₯ **Team Name:** CodeCrafters
|
| 25 |
+
|
| 26 |
+
π©βπ» **Team Members:** Koyyada Anusha, Muddassir Shakhan
|
| 27 |
+
|
| 28 |
+
π **Initial Solution Submission:** As part of the hackathon requirements, we submitted a project proposal and functional overview. [View Submitted Solution](https://drive.google.com/file/d/12NDxLZR-52vAoWG8LvyqDe2P65nbdyws/view?usp=sharing)
|
| 29 |
+
|
| 30 |
+
We collaboratively developed this solution from idea to implementation to address the core goals of personalized learning and automated assessment.
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## πββοΈ Developed By
|
| 35 |
+
|
| 36 |
+
### Koyyada Anusha
|
| 37 |
+
|
| 38 |
+
B.Tech - CSE (AI & ML) - Year: 2022-2026
|
| 39 |
+
|
| 40 |
+
Vaageswari College of Engineering - Roll No: 22S41A6693
|
| 41 |
+
|
| 42 |
+
GitHub: https://github.com/Anusha-831
|
| 43 |
+
|
| 44 |
+
LinkedIn: https://www.linkedin.com/in/anusha-koyyada-8b3032261
|
| 45 |
+
|
| 46 |
+
Email: koyyadaanusha05@gmail.com
|
| 47 |
+
|
| 48 |
+
### Muddassir Shakhan
|
| 49 |
+
|
| 50 |
+
B.Tech - CSE (AI & ML) - Year: 2022-2026
|
| 51 |
+
|
| 52 |
+
Vaageswari College of Engineering - Roll No: 22S41A66C0
|
| 53 |
+
|
| 54 |
+
GitHub: https://github.com/Muddassirshakhan
|
| 55 |
+
|
| 56 |
+
LinkedIn: https://www.linkedin.com/in/muddassir-shakhan-559740257
|
| 57 |
+
|
| 58 |
+
Email: muddassirshakhan8@gmail.com
|
| 59 |
+
|
| 60 |
+
---
|
| 61 |
+
|
| 62 |
## π Live Demo
|
| 63 |
|
| 64 |
π [Click here to use EduTutor AI](https://huggingface.co/spaces/Anusha831/EduTutor-AI)
|
|
|
|
| 107 |
|
| 108 |
---
|
| 109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
## π License
|
| 111 |
|
| 112 |
This project is licensed under the MIT License. Feel free to use, modify, and share.
|
|
|
|
| 123 |
|
| 124 |
---
|
| 125 |
|
| 126 |
+
> βAI canβt replace teachers β but it can empower students.β
|