{"id":31690257,"url":"https://github.com/devradheee/meeting_summarizer","last_synced_at":"2026-04-11T03:09:47.766Z","repository":{"id":310348494,"uuid":"1039386519","full_name":"devradheee/Meeting_Summarizer","owner":"devradheee","description":"A  MongoDesk Company based Assignment, A full-stack Web application that uses generative AI to summarize meeting transcripts based on custom user instructions. Users can upload a text file, generate a summary, edit it, and share it.","archived":false,"fork":false,"pushed_at":"2025-08-17T14:18:03.000Z","size":3775,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-17T15:08:20.082Z","etag":null,"topics":["css","expressjs","gemini-api","node-js","reactjs"],"latest_commit_sha":null,"homepage":"https://meeting-summarizer-gamma.vercel.app","language":"JavaScript","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/devradheee.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,"zenodo":null}},"created_at":"2025-08-17T05:30:41.000Z","updated_at":"2025-08-17T14:18:07.000Z","dependencies_parsed_at":"2025-08-17T15:08:25.965Z","dependency_job_id":"16e8a9b4-4aa1-489f-91b2-3fc4fcee8732","html_url":"https://github.com/devradheee/Meeting_Summarizer","commit_stats":null,"previous_names":["devradheee/meeting_summarizer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/devradheee/Meeting_Summarizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FMeeting_Summarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FMeeting_Summarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FMeeting_Summarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FMeeting_Summarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devradheee","download_url":"https://codeload.github.com/devradheee/Meeting_Summarizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FMeeting_Summarizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278947970,"owners_count":26073736,"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-08T02:00:06.501Z","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":["css","expressjs","gemini-api","node-js","reactjs"],"created_at":"2025-10-08T12:42:42.830Z","updated_at":"2025-10-08T12:42:44.241Z","avatar_url":"https://github.com/devradheee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Meeting Notes Summarizer\n\nA full-stack Web application that uses generative AI to summarize meeting transcripts based on custom user instructions. Users can upload a text file, generate a summary, edit it, and share it.\n\n## Features\n\n-   **Upload Transcript**: Paste text directly or upload a `.txt` file.\n-   **Custom Prompts**: Guide the AI with specific instructions (e.g., \"Summarize for executives,\" \"List all action items\").\n-   **AI-Powered Summarization**: Leverages the Google Gemini API to generate concise and relevant summaries.\n-   **Editable Summaries**: Review and modify the AI-generated summary before sharing.\n-   **Share via Email**: Send the final summary to a list of recipients (simulated).\n\n---\n\n## Tech Stack\n\n-   **Frontend**: React.js\n-   **Backend**: Node.js, Express.js\n-   **AI**: Google Gemini API\n\n---\n\n## Setup and Installation\n\nFollow these steps to get the project running on your local machine.\n\n### Prerequisites\n\n-   [Node.js](https://nodejs.org/) (which includes npm)\n-   A Google Gemini API Key. You can get one from [Google AI Studio](https://aistudio.google.com/).\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/devradheee/Meeting_Summarize.git\ncd meeting-summarizer\n```\n\n### 2. Backend Setup\n\nNavigate to the backend directory and install the required dependencies.\n\n```bash\ncd backend\nnpm install\n```\n\nCreate a `.env` file in the `backend` directory and add your API key:\n\n```\nPORT=5000\nGEMINI_API_KEY=\"YOUR_GEMINI_API_KEY\"\n```\n\nStart the backend server:\n\n```bash\nnpm run dev\n```\n\nThe server will be running on `http://localhost:5000`.\n\n### 3. Frontend Setup\n\nOpen a new terminal, navigate to the frontend directory, and install its dependencies.\n\n```bash\ncd frontend\nnpm install\n```\n\nStart the React development server:\n\n```bash\nnpm start\n```\n\nThe application will open in your browser at `http://localhost:5173`.\n\n---\n\n## How to Use\n\n1.  **Provide a Transcript**: Either paste the text from your meeting notes into the large text area or click the \"Upload File\" button to select a `.txt` file.\n2.  **Set an Instruction**: Modify the default prompt in the \"Set Custom Instruction\" field to guide the AI.\n3.  **Generate Summary**: Click the \"Generate Summary\" button.\n4.  **Review and Edit**: The generated summary will appear in the third section. You can click into this text area and make any necessary edits.\n5.  **Share**: Enter one or more email addresses (separated by commas) in the final input field and click \"Share via Email\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevradheee%2Fmeeting_summarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevradheee%2Fmeeting_summarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevradheee%2Fmeeting_summarizer/lists"}