Skip to content

Latest commit

 

History

History

voice-monitor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

A voice assistant to monitor a target application

NeuroSnippets made-with-python

This script implements a simple voice assistant (jarvis.py) using SpeechRecognition to monitor a target application running (through an output file). More details available in this post.

To run the script, you need python (3.7) and the following packages:

  • pyttsx3 (2.90);
  • SpeechRecognition (`3.8.1);
  • PyAudio (0.2.11).

To run the target script (run.sh), you need also MRtrix3 (3.0-RC3) and dipy (1.4.0).

The script was tested on macOS 10.15.7.