{"id":26974805,"url":"https://github.com/jagadale1234/meetscribe","last_synced_at":"2026-05-05T21:34:34.622Z","repository":{"id":285394932,"uuid":"957983616","full_name":"jagadale1234/meetscribe","owner":"jagadale1234","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-08T12:23:34.000Z","size":34,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T18:44:47.560Z","etag":null,"topics":["langchain-python","llm","openai","whisper"],"latest_commit_sha":null,"homepage":"","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/jagadale1234.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":"2025-03-31T13:03:33.000Z","updated_at":"2025-04-08T12:23:37.000Z","dependencies_parsed_at":"2025-04-02T13:16:51.360Z","dependency_job_id":null,"html_url":"https://github.com/jagadale1234/meetscribe","commit_stats":null,"previous_names":["jagadale1234/meeting_chatbot","jagadale1234/meetscribe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jagadale1234/meetscribe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagadale1234%2Fmeetscribe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagadale1234%2Fmeetscribe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagadale1234%2Fmeetscribe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagadale1234%2Fmeetscribe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jagadale1234","download_url":"https://codeload.github.com/jagadale1234/meetscribe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagadale1234%2Fmeetscribe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32669431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["langchain-python","llm","openai","whisper"],"created_at":"2025-04-03T11:17:35.127Z","updated_at":"2026-05-05T21:34:34.617Z","avatar_url":"https://github.com/jagadale1234.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meeting Chatbot\n\n## Transcript QA Chatbot with Speaker Diarization\n\nThis project provides two implementations for processing meeting recordings:\n1. **Full Version** - Uses Whisper and PyAnnote (requires GPU)\n2. **API-Only Version** - Uses Deepgram API (no GPU required)\n\n## Features\n\n### Full Version\n- Audio Transcription using Whisper\n- Speaker Diarization using PyAnnote  \n- Q\u0026A over transcript using LangChain and OpenAI's GPT-4o\n- Conversational memory for follow-up questions\n\n### API-Only Version\n- Audio Transcription using Deepgram API\n- Built-in speaker diarization\n- Same Q\u0026A capabilities without local GPU requirements\n- More reliable for long recordings\n\n## Tech Stack\n\n### Core Components\n- [Streamlit](https://streamlit.io/) – Frontend UI\n- [OpenAI API](https://platform.openai.com/) – GPT-4 for Q\u0026A\n- [LangChain](https://www.langchain.com/) – Conversation management\n\n### Full Version Additions\n- [Whisper](https://github.com/openai/whisper) – Local transcription (GPU)\n- [PyAnnote](https://huggingface.co/pyannote/speaker-diarization-3.1) – Speaker diarization  \n- [FAISS](https://github.com/facebookresearch/faiss) – Vector store\n\n### API Version Additions\n- [Deepgram API](https://deepgram.com/) – Cloud transcription \u0026 diarization\n\n---\n\n## Installation\n\n```bash\n# Clone repo\ngit clone https://github.com/jagadale1234/Meeting_chatbot.git\ncd Meeting_chatbot\n\n# Create environment (recommended)\nconda create -n meetingbot python=3.10 -y\nconda activate meetingbot\n\n# Install base requirements\npip install -r requirements.txt\n```\n## For GPU version only:\n```bash\npip install torchaudio pyannote.audio\n```\n## Configuration\nAPI Keys Required:\nOpenAI API key (required for both versions)\n\nHugging Face token (Full version only)\n\nDeepgram API key (API version only)\n\nKeys can be entered directly in the UI and saved to avoid re-entry.\n\n## Usage\nFull Version (GPU)\n```bash\nstreamlit run lang.py\n```\nAPI-Only Version (No GPU)\n```bash\nstreamlit run meets_api.py\n```\n## PyPI Package(For CLI usage):\n```bash\npip install meetscribe\n```\nPackage available at: https://pypi.org/project/meetscribe/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagadale1234%2Fmeetscribe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjagadale1234%2Fmeetscribe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagadale1234%2Fmeetscribe/lists"}