A program that can detect several speech events
This script can detect/count the following:
- The number of pauses
- Repeated Words
- The number of unique words spoken
- Words spoken per minute
- The number of interjections (aah, umm, etc)
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