{"id":13588429,"url":"https://github.com/lspahija/AIUI","last_synced_at":"2025-04-08T03:34:04.803Z","repository":{"id":147124480,"uuid":"612833588","full_name":"lspahija/AIUI","owner":"lspahija","description":"AIUI is a platform enabling seamless two-way verbal communication with AI.","archived":false,"fork":false,"pushed_at":"2024-07-26T23:58:43.000Z","size":8113,"stargazers_count":333,"open_issues_count":13,"forks_count":77,"subscribers_count":18,"default_branch":"main","last_synced_at":"2024-11-05T07:51:36.745Z","etag":null,"topics":["ai","artificial-intelligence","chatgpt","chatgpt-api","conversation","conversational-ai","gpt","gpt-3","gpt-4","machine-learning","speech","whisper","whisper-ai"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lspahija.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":"2023-03-12T05:26:19.000Z","updated_at":"2024-11-03T01:48:19.000Z","dependencies_parsed_at":"2024-07-27T00:51:49.015Z","dependency_job_id":null,"html_url":"https://github.com/lspahija/AIUI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lspahija%2FAIUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lspahija%2FAIUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lspahija%2FAIUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lspahija%2FAIUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lspahija","download_url":"https://codeload.github.com/lspahija/AIUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223300744,"owners_count":17122681,"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":["ai","artificial-intelligence","chatgpt","chatgpt-api","conversation","conversational-ai","gpt","gpt-3","gpt-4","machine-learning","speech","whisper","whisper-ai"],"created_at":"2024-08-01T15:06:42.529Z","updated_at":"2024-11-06T07:31:39.623Z","avatar_url":"https://github.com/lspahija.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/lspahija/AIUI/assets/44912218/4a8537fc-8438-4f27-bdfb-32d4418fb06b\" alt=\"AIUI\"\u003e\n\u003c/p\u003e\n\n# A Voice Interface for AI\n\nPoint-and-click user interfaces will soon be a thing of the past. The main user interface of the near future will be entirely voice-based.\n\nAIUI is a platform that aims to enable seamless two-way verbal communication with AI models. It works in both desktop and mobile browsers and currently supports GPT-4 and GPT-3.5 models, with support for open models under development.\n\n## Demo Video\nhttps://github.com/lspahija/AIUI/assets/44912218/0c984aed-9785-4dd1-983a-198414e5b573\n\n## Usage\nTo interact with AIUI, simply start speaking after navigating to the app in your browser. AIUI will listen to your voice input, process it using an AI model, and provide a synthesized speech response. You can have a natural, continuous conversation with the AI by speaking and listening to its responses.\n\n## Run it Locally  \n1. Clone the repo\n```bash\ngit clone git@github.com:lspahija/AIUI.git\n```\n2. Change directory to AIUI\n```bash\ncd AIUI\n```\n3. Build Docker image\n```bash\ndocker build -t aiui .\n``` \nor if on arm64 architecture (including Apple Silicon): \n```bash\ndocker buildx build --platform linux/arm64 -t aiui .\n```\n4. Create Docker container from image\n```bash\ndocker run -d -e OPENAI_API_KEY=\u003cYOUR_API_KEY\u003e -e TTS_PROVIDER=EDGETTS -e EDGETTS_VOICE=en-US-EricNeural -p 8000:80 aiui\n```\n5. Navigate to `localhost:8000` in a modern browser\n\n\n## Notes\nThe AI model defaults to `gpt-3.5-turbo` but you can adjust this by setting the `AI_COMPLETION_MODEL` environment variable (e.g. to `gpt-4` if your `OPENAI_API_KEY` has access to it)\n\nYou can configure the language by setting the `LANGUAGE` environment variable to the corresponding ISO-639-1 code. The default is `en`.\nLanguages other than English are currently only supported when using the `gTTS` or `edge_tts` providers for text-to-speech. The TTS provider can be selected by setting the environment variable `TTS_PROVIDER` to one of the values in [tts.py](./backend/tts.py).\n\n\u003cbr/\u003e\n\n## One Click Deployment\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/XxIOWs?referralCode=VcOv5G)\n\n\n## Find this useful?\nPlease star this repository! It helps contributors gauge the popularity of the repo and determine how much time to allot to development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flspahija%2FAIUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flspahija%2FAIUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flspahija%2FAIUI/lists"}