Skip to content

A JavaScript application that converts speech to text to test tongue twister accuracy.

Notifications You must be signed in to change notification settings

LeeVaughn/tongue-twister-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Tongue Twister Tester

A JavaScript application that uses speech-to-text technology to detect the accuracy of recording of a person trying to say a tongue twister.

Features

  • User can use a dropdown to select from a variety of audio files
  • User can click the "Test Accuracy" button to see how accurate the recorded tongue twister attempt was
  • Application will display the correct tongue twister, the transcribed version of the attempt, and the percentage of words correctly identified

Future Improvements

  • Add the ability for a user to add their own audio files

To Run

  • Download the project files by running git clone https://github.com/LeeVaughn/tongue-twister-tester
  • Navigate to the project folder
  • Create a config.js file in the root directory that will contain your AssemblyAI API key using this format:
const apiKey = "...";
  • Copy the path of the index.html file and open the application in your preferred browser

APIs

AssemblyAI Automatic speech recognition

Links

Author

Daniel Lee Vaughn

About

A JavaScript application that converts speech to text to test tongue twister accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published