Skip to content

chocodonut-c/ise-based-Speech-Grading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ise-based Speech Grading

This project is built with the ise api in support of educators aiming to evaluate and grade students' capability in communicating in English from multiple dimensions of speech. The code is based on the demo published on the API documentation site.

Requirements

The environment of this code is Windows + python 3.7. Make sure you don't have versions later than 3.7 to avoid unsuccessful installation of the dependencies. To install the requirements:

conda create --n myenv --f requirements.txt

Structure

The input directory contains the text and the audio directory which contains the mp3 audio files to be graded, and the output directory includes all files of the graded results of the according audio file in txt. Notice that for this specific project, only audio files are taken as arguments to the python script.

Grading

To run the program, after adding all audio files in need under the ==/input/audio/== directory, run this command:

bash ./run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published