{"id":23946103,"url":"https://github.com/h-iori/marsh-ai-desktop_assistant-with-gui_python-openai","last_synced_at":"2026-05-16T02:36:22.461Z","repository":{"id":230183440,"uuid":"778684718","full_name":"h-iori/Marsh-AI-Desktop_Assistant-with-GUI_Python-OpenAI","owner":"h-iori","description":" AI desktop assistant powered by OpenAI API, developed in Python with a beautiful  User Interface","archived":false,"fork":false,"pushed_at":"2024-06-15T21:56:03.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-06T08:36:31.139Z","etag":null,"topics":["ai","desktopassistant","gui","jarvis","marsh","openai","python"],"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/h-iori.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-03-28T07:41:09.000Z","updated_at":"2024-12-13T13:01:49.000Z","dependencies_parsed_at":"2024-03-28T08:48:09.307Z","dependency_job_id":"3d9c8c19-1317-486a-ad04-e578d14c3731","html_url":"https://github.com/h-iori/Marsh-AI-Desktop_Assistant-with-GUI_Python-OpenAI","commit_stats":null,"previous_names":["h-iori/marsh-ai-desktop_assistant-with-gui_python-openai"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-iori%2FMarsh-AI-Desktop_Assistant-with-GUI_Python-OpenAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-iori%2FMarsh-AI-Desktop_Assistant-with-GUI_Python-OpenAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-iori%2FMarsh-AI-Desktop_Assistant-with-GUI_Python-OpenAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-iori%2FMarsh-AI-Desktop_Assistant-with-GUI_Python-OpenAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h-iori","download_url":"https://codeload.github.com/h-iori/Marsh-AI-Desktop_Assistant-with-GUI_Python-OpenAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240434302,"owners_count":19800550,"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","desktopassistant","gui","jarvis","marsh","openai","python"],"created_at":"2025-01-06T08:27:31.928Z","updated_at":"2026-05-16T02:36:22.421Z","avatar_url":"https://github.com/h-iori.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marsh- AI Desktop Assistant with GUI Python-OpenAI\n  \nThis project is an AI-powered desktop assistant that can perform various tasks and uses  OpenAI API for answering. \nIt uses Python as the programming language. \n\n\n## User Interface\nHTML5, CSS3, Javascript, ( Python-EEL )-Backend\n\n## API Key Generation\n\n#### You need to generate a unique API key from  \n\n```http\n  https://platform.openai.com/api-keys\n```\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n| `api_key` | `string` | **Required**. Your API key |\n\nYou have to add your own unique api key in the MarshBrain.py file.\n\n\n\n## GUI\nAPI Button: Before using the project, you need to add the API key here.\n\nEmail Button: The assistaant is able to send Emails based on voice command. Here You need to add the emails of receiver along with their names.\n\nChat Data Button: The assistant can work on custom data, Here you can Feed your custom data.\n\nEmail Credentials Button: The assistant can send emails but you need to provide your email credentials here, \n\n## Note:[ In the password section you dont have to enter your google account password instead you need to generate a new password(APP password) in 2 step verification in google account]\n\n## Features\n\n- Open any application of system.\n- Search anything on Google.\n- Answer queries related to any field. \n- Solve any type of logical and mathematical question.\n- Remember names and details of people.\n- Fetch latest weather report of a particular area.\n- Able to speak time \u0026 date.\n.\n.\n. and many more \n\n\n## Working\n- This project converts a user’s query from speech to text using the Speech_Recognition module. \n- Then, it translates the text into English using the Google Translate module. \n- Next, the query is send to  OpenAI AI for response. \n- Finally, it converts the model’s response from text to speech using the Pyttsx3 module.\n- It performs task i.e Open an App. using os module.\n- It gets real-time weather data from google by using BeautifulSoup library.\n \n## Installation:\n\nClone the repo to make it available on your local system by using \n\n```bash\n  git clone \u003cFORKED_REPO_URL\u003e\n```\nChange the directory i.e: \n\n```bash\n  cd Marsh-AI-Desktop_Assistant-with-GUI_Python-OpenAI\n```\n## Requirements:\n\nInstalling all the necessary python module using \n\n```bash\n  pip install -r requirements.txt\n```\n## Run\n\n \n\n```bash\n  python Marsh.py\n```\n\nSure thing! Just hit the assistant with some voice commands now!\n\n\n# Contribution:\n\n\n- We are Open for Pull Requests.\n- Please contribute and add value to the code.\n- If you have some ideas for new features and you don't have time to implement them please open an issue with the tag new_feature.\n- Please don't forget to comment (document) your code!\n\n- Before creating a Pull Request please go through the above guidelines and the code!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-iori%2Fmarsh-ai-desktop_assistant-with-gui_python-openai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh-iori%2Fmarsh-ai-desktop_assistant-with-gui_python-openai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-iori%2Fmarsh-ai-desktop_assistant-with-gui_python-openai/lists"}