Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion _gsocprojects/2026/project_AutoEIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down