mirror of
https://github.com/maglore9900/max_headroom.git
synced 2025-06-06 03:25:34 +00:00

will now bring an app to the front in windows. need to add logic where it will launch the app if its not open minor issue is that it grabs the first instance of an app, so if multiple notepads are open, only one of them is grabbed
this is a personal project to create a voice directed digital assistant based on the max headroom character.
written in python, using langchain, langgraph, etc.
it currently will respond as an LLM like usual, but can also control spotify
this is a fun work in progress. if you want to use it and or develop for it be my guest. would love to have more tools designed.
Note:
- this will work with openai or ollama models. you will need to set up the .env for that as well as spotify
- this is designed to pull a custom voice from the alltalk project https://github.com/erew123/alltalk_tts, that is how I am cloning max headroom's voice. You can alter or simply not use this, it will currently fallback to pyttsx3.
Will move more variables to the .env folders soon.
.env is under the module folder for now
Description
Languages
Python
100%