python-fastapi-websockets-chat/ │ ├── app/ │ ├── main.py # Main application file │ └── core/ │ └── connection.py # Connection manager for WebSocket │ ├── tests/ # Directory for test cases │ ├── .env ...
An end-to-end AI voice assistant that listens to your voice, transcribes it in real-time using WhisperX with Voice Activity Detection (VAD), sends it to a streaming LLM via OpenRouter (e.g., Gemma 12B ...