{"id":13623730,"url":"https://github.com/Concept-Bytes/Jarvis","last_synced_at":"2025-04-15T15:30:41.394Z","repository":{"id":234607562,"uuid":"789219853","full_name":"Concept-Bytes/Jarvis","owner":"Concept-Bytes","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-25T21:17:40.000Z","size":828,"stargazers_count":126,"open_issues_count":8,"forks_count":44,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-11-08T11:52:40.592Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Concept-Bytes.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":"2024-04-20T00:36:01.000Z","updated_at":"2024-11-08T07:36:49.000Z","dependencies_parsed_at":"2024-06-11T03:58:15.213Z","dependency_job_id":"ada39821-f3d3-45db-a561-d873852c3da7","html_url":"https://github.com/Concept-Bytes/Jarvis","commit_stats":null,"previous_names":["concept-bytes/jarvis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Concept-Bytes%2FJarvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Concept-Bytes%2FJarvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Concept-Bytes%2FJarvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Concept-Bytes%2FJarvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Concept-Bytes","download_url":"https://codeload.github.com/Concept-Bytes/Jarvis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249097747,"owners_count":21212346,"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-08-01T21:01:35.014Z","updated_at":"2025-04-15T15:30:41.152Z","avatar_url":"https://github.com/Concept-Bytes.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Jarvis\nThis Python script, jarvis.py, emulates a conversational AI assistant similar to Jarvis from Iron Man. It utilizes OpenAI's Whisper V3 for accurate speech recognition, GPT-3.5 Turbo for intelligent and context-aware response generation, and OpenAI's TTS (Text-to-Speech) to verbalize responses.\n\n# Features\nReal-Time Speech Recognition: Leveraging Whisper V3 to convert spoken language into text.\nIntelligent Response Generation: Uses GPT-3.5 Turbo to generate relevant responses based on the user's input.\nSpeech Output: Converts text responses back into speech using OpenAI's TTS, providing a seamless conversational experience.\nHotword Detection: The script actively listens for specific trigger words to initiate interaction.\n\n# Requirements\nPython 3.9+\nOpenAI's Whisper, GPT, and TTS models\nSpeechRecognition library\nPyTorch\n\n## Installation\nEnsure Python and the necessary libraries are installed:\n```\npip install openai speechrecognition torch\n```\n\nGo to https://platform.openai.com/assistants to set up your assistant to get\n-assistant id\n-thread id\n\n## Usage\nSet Up Your Microphone: Ensure your microphone is set up and configured as the default recording device.\nRun the Script: Start the script using the command:\n```\npython jarvis.py\n```\nSpeak to Jarvis: Begin speaking to the system. Use the hotwords like \"Hey Jarvis\" to initiate commands. Note it may take some time to load the model.\n\n## Command Line Arguments\n--model: Specify the Whisper model size (default: tiny). Options are tiny, base, small, medium, large.\n--non_english: Use a non-English model if required.\n--energy_threshold: Set the microphone energy threshold for detecting speech.\n--record_timeout: Duration in seconds for how real-time the recording is.\n--phrase_timeout: Duration in seconds for the silence interval to detect the end of a phrase.\n\n## Configuration\nModify the script's hot_words list to customize the trigger words according to your preference.\nTweak the energy_threshold, record_timeout, and phrase_timeout settings to optimize speech detection based on your environment.\n\n##Notes\nEnsure that your API keys and model access privileges are correctly configured before running the script.\nThe quality of TTS output and the responsiveness of the assistant depend on the selected models and system performance.\n\n## License\nDistributed under the MIT License. See LICENSE for more information.\n\n## Contact\nReach out with any feedback or support needs via GitHub or email.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FConcept-Bytes%2FJarvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FConcept-Bytes%2FJarvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FConcept-Bytes%2FJarvis/lists"}