diff --git a/_gsocprojects/2026/project_AutoEIT.md b/_gsocprojects/2026/project_AutoEIT.md index 2b89871..b2415ec 100644 --- a/_gsocprojects/2026/project_AutoEIT.md +++ b/_gsocprojects/2026/project_AutoEIT.md @@ -3,7 +3,27 @@ project: AutoEIT layout: default logo: AutoEIT.png description: | - AutoEIT is an applied machine learning project focused on automating the scoring of the Elicited Imitation Task (EIT), a research tool used to measure global language proficiency. The EIT is widely respected and is available for free in several languages, but the current workflow requires manual audio transcription and human scoring—slow, tedious, and error‑prone. This project aims to build an end‑to‑end system that will: Process raw audio files, perform accurate voice‑to‑text transcription, and automatically evaluate responses using a standardized scoring rubric. + AutoEIT is an applied machine learning project focused on automating the scoring of the Elicited Imitation Task (EIT), a research tool used to measure global language proficiency. + + The EIT is widely used and available in multiple languages. However, the current workflow relies on manual audio transcription and human scoring, which is slow, tedious, and prone to errors. + + This project aims to develop an end-to-end system with the following features: + + - Process raw audio files + - Perform accurate voice-to-text transcription + - Automatically evaluate responses + - Apply a standardized scoring rubric + +--- + +## Getting Started + +To begin contributing to AutoEIT: + +1. Understand the basics of speech-to-text processing +2. Explore audio datasets and preprocessing techniques +3. Learn machine learning models for transcription and evaluation +4. Review evaluation metrics for language proficiency scoring ---