{"id":21936575,"url":"https://github.com/thenolle/python-personal_assistant","last_synced_at":"2025-04-22T12:05:20.491Z","repository":{"id":153166880,"uuid":"626874687","full_name":"TheNolle/Python-Personal_Assistant","owner":"TheNolle","description":"A voice-activated AI chatbot utilizing Bing and GPT-3.5-turbo models to process user queries and respond with synthesized speech using Amazon Polly.","archived":false,"fork":false,"pushed_at":"2023-04-12T10:33:53.000Z","size":2,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-01T21:57:33.385Z","etag":null,"topics":["bing-ai","gpt-3-5-turbo","personal-assistant"],"latest_commit_sha":null,"homepage":"https://discord.com/invite/86yVsMVN9z","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheNolle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-12T10:32:13.000Z","updated_at":"2024-05-01T21:57:36.941Z","dependencies_parsed_at":"2023-07-15T17:00:13.587Z","dependency_job_id":null,"html_url":"https://github.com/TheNolle/Python-Personal_Assistant","commit_stats":null,"previous_names":["thenolle/python-personal_assistant"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FPython-Personal_Assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FPython-Personal_Assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FPython-Personal_Assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FPython-Personal_Assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheNolle","download_url":"https://codeload.github.com/TheNolle/Python-Personal_Assistant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227017778,"owners_count":17717797,"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":["bing-ai","gpt-3-5-turbo","personal-assistant"],"created_at":"2024-11-29T01:15:04.432Z","updated_at":"2024-11-29T01:15:04.981Z","avatar_url":"https://github.com/TheNolle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voice-Activated Chatbot\n\nThis repository contains a voice-activated chatbot that listens for audio input, detects the wake word (either 'bing' or 'gpt'), and processes the user's request using either the Bing or GPT-3.5-turbo chat model. The resulting response is then synthesized into speech using Amazon Polly, and the audio is played back to the user.\n\n\n## Requirements\nTo use this chatbot, you'll need the following libraries:\n- openai\n- asyncio\n- re\n- whisper\n- boto3\n- pydub\n- speech_recognition\n- EdgeGPT\n\nPlease make sure to install all the dependencies using the following command:\n```py\npip install openai asyncio re whisper boto3 pydub SpeechRecognition EdgeGPT\n```\n\n\n## Configuration\nBefore using the chatbot, make sure to set up your OpenAI API key and Amazon Polly credentials.\n1. Store your OpenAI API key in a config.json file:\n```json\n{\n    \"openai_api_key\": \"your-openai-api-key\"\n}\n```\n\n2. Configure your Amazon Web Services (AWS) credentials. You can do this by setting up the AWS CLI or by setting the following environment variables:\n```bash\nexport AWS_ACCESS_KEY_ID=your-aws-access-key-id\nexport AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key\nexport AWS_REGION=your-aws-region\n```\n\n\n## Running the Chatbot\nTo run the chatbot, simply execute the following command:\n```py\npython main.py\n```\n\nThe chatbot will listen for the wake words 'ok bin' or 'ok chat' and respond to your voice commands using the Bing or GPT-3.5-turbo model, respectively.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenolle%2Fpython-personal_assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenolle%2Fpython-personal_assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenolle%2Fpython-personal_assistant/lists"}