From 1127c9b8de9735171beb7bec7ea12eaa6d682250 Mon Sep 17 00:00:00 2001 From: Spandan Bhoi <23f3002227@ds.study.iitm.ac.in> Date: Mon, 9 Mar 2026 13:09:03 +0530 Subject: [PATCH] Add system architecture section to AutoEIT project description --- _gsocprojects/2026/project_AutoEIT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_gsocprojects/2026/project_AutoEIT.md b/_gsocprojects/2026/project_AutoEIT.md index 2b898713..b7e9141a 100644 --- a/_gsocprojects/2026/project_AutoEIT.md +++ b/_gsocprojects/2026/project_AutoEIT.md @@ -8,3 +8,6 @@ description: | --- {% include gsoc_project.ext %} +### System Architecture + +The AutoEIT system can follow a pipeline where learner audio recordings are first preprocessed to remove noise and segment the speech. The processed audio is then passed through a speech-to-text model to generate a transcription. The transcription can later be evaluated using similarity metrics to assess the learner’s response accuracy.