{"id":31828346,"url":"https://github.com/unclecode/garvis","last_synced_at":"2025-10-20T04:12:08.787Z","repository":{"id":241340241,"uuid":"804827544","full_name":"unclecode/garvis","owner":"unclecode","description":"Garvis: Realtime AI Voice Assistant","archived":false,"fork":false,"pushed_at":"2024-05-27T16:03:53.000Z","size":78,"stargazers_count":39,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T10:57:48.904Z","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/unclecode.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-05-23T10:53:44.000Z","updated_at":"2025-08-07T03:02:02.000Z","dependencies_parsed_at":"2024-05-27T21:00:34.864Z","dependency_job_id":null,"html_url":"https://github.com/unclecode/garvis","commit_stats":null,"previous_names":["unclecode/garvis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unclecode/garvis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclecode%2Fgarvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclecode%2Fgarvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclecode%2Fgarvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclecode%2Fgarvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unclecode","download_url":"https://codeload.github.com/unclecode/garvis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclecode%2Fgarvis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279272959,"owners_count":26138228,"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","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-10-11T19:28:36.871Z","updated_at":"2025-10-20T04:12:08.723Z","avatar_url":"https://github.com/unclecode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Garvis (Starts with G) 🌟\n\n## This README is a work in progress. Please check back soon for more information. 🔧\n\nWelcome to Garvis! 🎉 This project leverages the speech-to-text endpoint from Groq, utilizing their cutting-edge LPU (Language Processing Unit) chips, which offer unprecedented speed, faster than traditional GPUs. The goal of Garvis is to provide a near real-time user experience by chunking based on silence and translating instantly, thanks to the high-speed capabilities of Groq's hardware and the LLAMA3 large language model. 🚀\n\n## Attention: 🚨\n\nAt the moment, Groq API is free but has a limited rate. The techniques I'm using to create real-time results require multiple calls, so you may reach your rate limit quickly. Just keep this in mind. ⏳\n\n## Features\n\n- **Real-Time Translation**: By chunking input based on silence, Garvis can translate in near real-time, providing an almost instantaneous user experience. ⏱️\n- **Asynchronous Core Library**: The core of Garvis, named \"garvis\", is built to be asynchronous, making it adaptable to various user interfaces. 🌐\n- **Flexible User Interface**: Garvis is designed to be user interface agnostic, allowing it to be integrated into any platform. Currently, there are examples for both a desktop application and a terminal interface. 💻🖥️\n\n## Repository Structure 📁\n\n- **examples/**: Contains example implementations of Garvis.\n  - **desktop/**: A simple desktop application showcasing Garvis in action. 🖥️\n  - **terminal/**: A sample of using the Garvis library in a terminal environment. 🖥️\n\n## Getting Started 🚀\n\n### Prerequisites 📋\n\n- Python 3.x 🐍\n- Dependencies listed in `requirements.txt`\n\n### Installation 💻\n\n1. Clone the repository:\n```\ngit clone https://github.com/unclecode/garvis.git\ncd garvis\n```\n\n2. Install the required dependencies:\n```\npip install -r requirements.txt\n```\n\n### Usage 🚀\n\n#### Core Library 📚\n\n[This part is a work in progress. Please check back soon for more information.] 🔧\n\n#### Desktop Application 🖥️\n\nNavigate to the `examples/desktop` directory and run the application:\n\n```\ncd examples/desktop\npython garvis_app_async.py\n```\n\n#### Terminal Application 💻\n\nNavigate to the `examples/terminal` directory and run the terminal example:\n\n```\ncd examples/terminal\npython terminal_ui_async.py\n```\n\n## Contributing 🤝\n\nContributions are welcome! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request. 🛠️\n\n## License 📜\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. 📄\n\n## Acknowledgements 🙏\n\n- [Groq](https://www.groq.com) for their Speciatex endpoint and LPU chips. 💡\n- The developers of the LLAMA3 large language model. 🧠\n\n## Contact 📬\n\n- X (UncleCode) - [@unclecode](https://x.com/unclecode) 📱\n\n---\n\nThank you for checking out Garvis! Stay tuned for more updates and examples. 🌟\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclecode%2Fgarvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funclecode%2Fgarvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclecode%2Fgarvis/lists"}