Zero-dependency Integrated Machine Agent
A local LLM implementation with speech-to-text and text-to-speech capabilities running on Raspberry Pi 4B with ESP32 integration.
- Local LLM inference
- Speech-to-text (STT) processing
- Text-to-speech (TTS) output
- ESP32 hardware integration
- Chat interface
To check the technical specifications of the Raspberry Pi, you can use the script located in the scripts
directory:
- Navigate to the
scripts
directory:cd scripts
- Run the script using:
python3 check_specs.py
See setup instructions for details.