Skip to content

v-nhandt21/VoiceAssessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice Pronunciation Assessment

This project is based on ai-pronunciation-trainer, customized to use the latest ASR model Whisper-large, with additional implementation of a React UI and several other signal processing tweaks.

Installation

To run the program locally, you need to install the requirements and run the main python file:

  • Run Backend
pip install -r requirements.txt
python webApp.py
  • Run UI Frontend
cd assessment_ui
nvm use 18
npm start

About

This tool uses AI to evaluate your pronunciation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.1%
  • JavaScript 19.9%
  • TypeScript 18.0%
  • HTML 9.9%
  • CSS 8.8%
  • Makefile 0.2%
  • Shell 0.1%