Skip to content
#

grammar-scoring

Here are 2 public repositories matching this topic...

This model predicts grammar scores (1–5) from audio files. It uses Whisper to transcribe speech to text, cleans the text, and extracts features with TF-IDF. A Random Forest Regressor is trained to learn grammar score patterns. Evaluation via Pearson Correlation showed good results.

  • Updated Jun 20, 2025
  • Jupyter Notebook

Add this topic to your repo

To associate your repository with the grammar-scoring topic, visit your repo's landing page and select "manage topics."

Learn more