{"id":23134787,"url":"https://github.com/chiragbadhe/huddlevision","last_synced_at":"2025-04-04T08:21:58.782Z","repository":{"id":267081920,"uuid":"899692971","full_name":"chiragbadhe/huddlevision","owner":"chiragbadhe","description":"HuddleVision is an advanced video meeting app built on the Huddle01 SDK, featuring real-time transcriptions with Whisper AI, AI-powered summaries and translations, and a chatbot powered by GPT. It provides seamless room management, curated feeds with relevant references, and enhances virtual collaboration with its powerful AI-driven tools.","archived":false,"fork":false,"pushed_at":"2024-12-08T07:16:59.000Z","size":304,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T03:16:41.164Z","etag":null,"topics":["huddle01"],"latest_commit_sha":null,"homepage":"https://huddlevision-pi.vercel.app","language":"TypeScript","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/chiragbadhe.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-12-06T20:02:32.000Z","updated_at":"2025-02-19T15:45:42.000Z","dependencies_parsed_at":"2024-12-08T08:19:26.023Z","dependency_job_id":"d9a85c22-35c3-47b0-a63e-ac51902e0fe3","html_url":"https://github.com/chiragbadhe/huddlevision","commit_stats":null,"previous_names":["chiragbadhe/huddlevision"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiragbadhe%2Fhuddlevision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiragbadhe%2Fhuddlevision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiragbadhe%2Fhuddlevision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiragbadhe%2Fhuddlevision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chiragbadhe","download_url":"https://codeload.github.com/chiragbadhe/huddlevision/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142563,"owners_count":20890746,"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":["huddle01"],"created_at":"2024-12-17T12:13:12.747Z","updated_at":"2025-04-04T08:21:58.753Z","avatar_url":"https://github.com/chiragbadhe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HuddleVision\n\nHuddleVision is a next-generation video meeting application built using the robust [Huddle01 SDKs](https://www.huddle01.com/). Designed to enhance virtual collaboration, HuddleVision comes packed with features like real-time transcriptions, smart summaries, AI-driven translations, and more.\n\n---\n\n## 🚀 Features\n\n- **Seamless Room Management**  \n  Effortlessly create and join meeting rooms for instant collaboration.\n\n- **Real-Time Transcriptions**  \n  Powered by Whisper AI, HuddleVision provides accurate live transcription of conversations.\n\n- **Smart Summaries**  \n  Generate concise summaries of topics discussed during the meeting using OpenAI.\n\n- **Curated Feeds**  \n  Access reference links and curated feeds related to the discussed topics in the feed section.\n\n- **AI-Powered Translations**  \n  Break language barriers with real-time translations powered by advanced AI.\n\n- **Intelligent Chatbot**  \n  Leverage the built-in chatbot powered by GPT for instant assistance and smooth communication.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React, Next.js, Tailwind CSS\n- **AI Features**: Whisper AI, OpenAI GPT APIs\n- **Video SDK**: Huddle01 SDK\n\n---\n\n## 🔧 Setup and Installation\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/yourusername/huddlevision.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd huddlevision\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n   bun install\n   ```\n\n4. Create a `.env` file in the root directory and configure the following environment variables:\n\n   ```env\n    NEXT_PUBLIC_OPENAI_API_KEY=your_openai_api_key\n    NEXT_PUBLIC_API_KEY=your_api_key\n    NEXT_PUBLIC_PROJECT_ID=your_project_id\n   ```\n\n5. Start the development server:\n\n   ```bash\n   bun run dev\n   ```\n\n6. Open the app in your browser:\n   ```\n   http://localhost:3000\n   ```\n\n---\n\n## 🖥️ How to Use\n\n1. **Creating/Joining a Room**:  \n   Navigate to the \"Rooms\" section to create a new room or join an existing one using the room code.\n\n2. **Real-Time Transcriptions**:  \n   Enable transcriptions during the meeting to see live captions.\n\n3. **Summaries and Feeds**:  \n   After the meeting, view a summary of the discussion and access related reference links in the \"Feed\" section.\n\n4. **Translations**:  \n   Use the translation feature for real-time language support during meetings.\n\n5. **Chatbot Assistance**:  \n   Interact with the chatbot for instant help and meeting-related queries.\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add feature-name\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Create a pull request.\n\n---\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 📧 Contact\n\nFor questions or support, reach out to us at [0xchirag@gmail.com](mailto:0xchirag@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiragbadhe%2Fhuddlevision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchiragbadhe%2Fhuddlevision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiragbadhe%2Fhuddlevision/lists"}