You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MOOCs (Massive Open Online Courses) have surged in popularity in recent years, particularly during the COVID-19 pandemic. These
17
17
online courses are typically free or low-cost, making education more accessible worldwide.
18
18
19
-
- Online learning is crucial for students even post-pandemic due to its flexibility, accessibility, and quality. But still, the learning experience
20
-
for students is not optimal, as in case of doubts they need to repeatedly go through videos and documents or ask in the forum which may
21
-
not be effective because of the following challenges:
19
+
Online learning is crucial for students even post-pandemic due to its flexibility, accessibility, and quality. But still, the learning experience for students is not optimal, as in case of doubts they need to repeatedly go through videos and documents or ask in the forum which may not be effective because of the following challenges:
22
20
23
-
- Resolving doubts can be a time-consuming process.
24
-
- It can be challenging to sift through pile of lengthy videos or documents to find relevant information.
25
-
- Teachers or instructors may not be available around the clock to offer guidance
26
-
27
-
- To mitigate the above challenges, we propose LEAP (Learning Enhancement and Assistance Platform), which is an AI-powered
28
-
platform designed to enhance student learning outcomes and provide equitable access to quality education. The platform comprises two main features that aim to improve the overall learning experience of the student:
21
+
- Resolving doubts can be a time-consuming process.
22
+
- It can be challenging to sift through pile of lengthy videos or documents to find relevant information.
23
+
- Teachers or instructors may not be available around the clock to offer guidance
LEAP stands for Learning Enhancement and Assistance Platform:
27
+
To mitigate the above challenges, we propose LEAP (Learning Enhancement and Assistance Platform), which is an AI-powered
28
+
platform designed to enhance student learning outcomes and provide equitable access to quality education. The platform comprises two main features that aim to improve the overall learning experience of the student:
33
29
34
30
❑ Ask Question/Doubt: This allows the students to ask real-time questions around provided reading material, which includes videos and
35
31
documents, and get back answers along with the exact timestamp in the video clip containing the answer (so that students don’t have to
@@ -46,7 +42,7 @@ hints to the student to arrive at correct answer, enhancing student engagement a
46
42
47
43
# Technology Stack:
48
44
49
-
- Intel® oneAPI (Intel® AI Analytics Toolkit) Tech Stack
45
+
- Intel® oneAPI AI Analytics Toolkit Tech Stack
50
46
51
47

52
48
@@ -56,7 +52,7 @@ hints to the student to arrive at correct answer, enhancing student engagement a
56
52
4. Intel® distribution for Modin: Used for basic initial data analysis/EDA.
57
53
5. Intel® optimized Python: Used for data pre-processing, reading etc.
58
54
59
-
- Prototype App Tech Stack
55
+
- Prototype webapp Tech Stack
60
56
61
57

62
58
@@ -74,7 +70,7 @@ hints to the student to arrive at correct answer, enhancing student engagement a
74
70
$ cd Intel-oneAPI
75
71
76
72
```
77
-
- Start the LEAP RESTFul Service to consume both components (Ask Question/Doubt and Interactive Conversational AI Examiner) over API
73
+
- Start the LEAP RESTFul Service to consume both components (Ask Question/Doubt and Interactive Conversational AI Examiner) as a REST API
78
74
79
75
```python
80
76
$ cd api
@@ -114,7 +110,7 @@ hints to the student to arrive at correct answer, enhancing student engagement a
@@ -307,7 +304,7 @@ Please Note that for fun 😄, we also provide usage of Azure OpenAI Cognitive S
307
304
# Benchmark Results with Intel® oneAPI AI Analytics Toolkit
308
305
309
306
- We have already added several benchmark results to compare how beneficial Intel® oneAPI AI Analytics Toolkit is compared to baseline. Please go to `benchmark` folder to view the results. Please Note that the shared results are based
310
-
on provided Intel® Dev Cloud machine *(Intel Xeon Processor (Skylake, IBRS) -10v CPUs 16GBRAM)*
307
+
on provided Intel® Dev Cloud machine *[Intel Xeon Processor (Skylake, IBRS) -10v CPUs 16GBRAM]*
0 commit comments