{"id":21318998,"url":"https://github.com/emingenc/g1_voice_ai_assistant","last_synced_at":"2025-04-14T21:51:11.851Z","repository":{"id":262212318,"uuid":"886543148","full_name":"emingenc/G1_voice_ai_assistant","owner":"emingenc","description":"voice ai assistant for even-realities g1 smart glasses","archived":false,"fork":false,"pushed_at":"2024-11-12T04:05:11.000Z","size":5512,"stargazers_count":15,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T09:51:33.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emingenc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-11T06:56:23.000Z","updated_at":"2025-03-23T19:20:35.000Z","dependencies_parsed_at":"2024-11-11T08:34:51.085Z","dependency_job_id":null,"html_url":"https://github.com/emingenc/G1_voice_ai_assistant","commit_stats":null,"previous_names":["emingenc/g1_voice_ai_assistant"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emingenc%2FG1_voice_ai_assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emingenc%2FG1_voice_ai_assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emingenc%2FG1_voice_ai_assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emingenc%2FG1_voice_ai_assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emingenc","download_url":"https://codeload.github.com/emingenc/G1_voice_ai_assistant/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968741,"owners_count":21191158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T19:31:15.086Z","updated_at":"2025-04-14T21:51:11.824Z","avatar_url":"https://github.com/emingenc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emotional AI Voice Chat \n\nFast conversation with emotional AI with even-realities G1 smart glass connection\n\nThis project implements a real-time ai conversation system with emotional text-to-speech (TTS) capabilities. It uses a large language model (LLM) for generating responses and a TTS engine with voice-cloning for voice output.\n\nBased on:\n- Voice TTS/STT implementation from [LocalEmotionalAIVoiceChat](https://github.com/KoljaB/LocalEmotionalAIVoiceChat)\n- LLM agent from [memory-agent](https://github.com/langchain-ai/memory-agent)\n\n## Features\n\n- Real-time speech-to-text input\n- Cnversation generation powered by: Ollama, LMStudio, OpenAI, Anthropic or llama.cpp Webserver\n- Emotion-aware realtime text-to-speech output\n- Configurable system and user personas\n\n## Requirements\n\n- Python \u003c=3.10 (3.10.9 is recommended)\n- Docker for redis and langraph\n\n## Installation\n\n1. Clone the repository\n  \n  ```bash\n  git clone https://github.com/emingenc/G1_voice_ai_assistant.git\n  cd G1_voice_ai_assistant\n  ```\n2. Install the required packages\n\n  - venv (optional)\n\n```bash\npython -m venv venv\nsource venv/bin/activate\n```\n  - Install the required packages\n\n```bash\npip install -r requirements.txt\n```\n\n3. setup the environment variables in llm_agent folder example .env file\n\n```bash\ncp llm_agent/.env.example llm_agent/.env\n```\n\n\n\n\n## Usage\n\nRun the scripts in different terminals to start the system:\n\n1. start the langraph\n\n```bash\ncd llm_agent\nlanggraph up\ncd ..\n```\n\n2. start the redis\n\n```bash\ndocker run --name my-redis -p 6379:6379 -d redis\n```\n\n3. start g1 smart glass connection\n\n```bash\npython g1_smart_glass.py\n```\n\n4. start the voice ai assistant\n\n```bash\npython voice_ai_assistant.py\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femingenc%2Fg1_voice_ai_assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femingenc%2Fg1_voice_ai_assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femingenc%2Fg1_voice_ai_assistant/lists"}