Skip to content

Python script to generate students evaluation reports according to speech recognition.

Notifications You must be signed in to change notification settings

Sergio-P/audioRev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audioRev

Python script to generate students evaluations report accordinfg to speech recognition.

Dependencies

This script depends on the following python libraries:

  • SpeechRecognition
  • Pyaudio

All of them are available using pip

Usage

Complete the alumnos.txt with the data of the students. Each line is a student entry, first attribute is an identifier (like RUT) and the second is the name to be recognized by the script. Then execute:

python revisor.py

And start your speech!

Extra: Students data from U-Cursos

It is provided the script alum_from_ucursos.py to easy fill the alumnos.txt file from data of u-cursos, follow the instructions this file provides to use it.

About

Python script to generate students evaluation reports according to speech recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages