Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 489 Bytes

speech-event-detection

A program that can detect several speech events

This script can detect/count the following:

  1. The number of pauses
  2. Repeated Words
  3. The number of unique words spoken
  4. Words spoken per minute
  5. The number of interjections (aah, umm, etc)

How to get started

Clone the repository and install all dependencies:

git clone [email protected]:J0shuaFernandes/speech-event-detection.git
cd speech-event-detection 
pip3 install -r requirements.txt