|
Post by AnthroHeart on Mar 27, 2024 10:34:19 GMT
I used Claude to create a Python voice activated interface for the Intention Repeater MAX. It launches the Intention Repeater MAX with voice prompts.
When you run the python script, it will listen for the words "run repeater" or "run repeater intention", followed by your intention.
You might have to run this in an administrator terminal:
pip install -r requirements.txt
github.com/tsweet77/repeater-max/raw/main/voice_activated_intention_repeater.py
Feel free to modify and use it to launch your other apps.
I found a program pipreqs that gives the required packages for a python program and creates the requirements.txt file.
|
|
|
Post by nathanmyersc on Mar 27, 2024 19:43:52 GMT
I used Claude to create a Python voice activated interface for the Intention Repeater MAX. It launches the Intention Repeater MAX with voice prompts.
When you run the python script, it will listen for the words "run repeater" or "run repeater intention", followed by your intention.
You might have to run this in an administrator terminal:
pip install -r requirements.txt
github.com/tsweet77/repeater-max/raw/main/voice_activated_intention_repeater.py
Feel free to modify and use it to launch your other apps.
I found a program pipreqs that gives the required packages for a python program and creates the requirements.txt file.
We are getting more and more creative.
|
|