Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speech to Text Module #31

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

Speech to Text Module #31

wants to merge 41 commits into from

Conversation

sharabhuiyan
Copy link
Contributor

We created a module that evaluates the pronunciation of a phrase given an audio recording.

  • Utilized the IBM Watson API to help us transcribe audio clips.
  • Created a frontend interface that allows students to read and record specific sentences.
  • In the backend, we calculate a pronunciation score for each sentence by using the Levenshtein edit-distance between the audio transcript and the original sentence.

Screen Shot 2021-05-24 at 5 12 52 PM

Screen Shot 2021-05-24 at 5 12 24 PM

@ryaanahmed @MBJean

@MBJean
Copy link
Contributor

MBJean commented May 28, 2021

Thanks for this PR! I'll begin looking through it today and leaving my feedback.

@MBJean
Copy link
Contributor

MBJean commented Jun 1, 2021

Just a quick note, all! We're holding off on leaving feedback on this PR until next week. Since we're past the end of the semester, you're under no obligation to address the feedback we do intend to leave. Please do read through it once we've supplied it and let me know if you have any questions, but Ryaan and I will take care of wrapping this PR up and getting it into production. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants