{"id":19481415,"url":"https://github.com/gauravooo2/voice_activity_detecting_project_frontend","last_synced_at":"2026-06-07T21:31:43.438Z","repository":{"id":261761364,"uuid":"850756871","full_name":"GauravOOO2/voice_activity_detecting_project_frontend","owner":"GauravOOO2","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-08T09:00:07.000Z","size":186,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T17:37:08.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://voice-activity-detecting-project-frontend.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/GauravOOO2.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-09-01T17:34:31.000Z","updated_at":"2024-11-08T09:00:10.000Z","dependencies_parsed_at":"2024-11-08T10:27:46.655Z","dependency_job_id":null,"html_url":"https://github.com/GauravOOO2/voice_activity_detecting_project_frontend","commit_stats":null,"previous_names":["gauravooo2/voice_activity_detecting_project_frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GauravOOO2/voice_activity_detecting_project_frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Fvoice_activity_detecting_project_frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Fvoice_activity_detecting_project_frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Fvoice_activity_detecting_project_frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Fvoice_activity_detecting_project_frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GauravOOO2","download_url":"https://codeload.github.com/GauravOOO2/voice_activity_detecting_project_frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Fvoice_activity_detecting_project_frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285138471,"owners_count":27121052,"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-11-18T02:00:05.759Z","response_time":61,"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":"2024-11-10T20:04:43.466Z","updated_at":"2025-11-18T21:02:09.907Z","avatar_url":"https://github.com/GauravOOO2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voice Activity Detection (VAD) Web Application\n\n## Overview\n\nThis project is a web application that allows users to upload audio files and detect periods of silence within the audio. It leverages a React frontend and a Flask backend to handle file uploads, process audio, and return results indicating timestamps where silence is detected.\n\n## Tech Stack\n\n- **Frontend**: \n  - **React**: A JavaScript library for building user interfaces.\n  - **Tailwind CSS**: A utility-first CSS framework for styling.\n  - **Axios**: A promise-based HTTP client for making requests.\n\n- **Backend**:\n  - **Flask**: A lightweight Python web framework for building APIs.\n  - **pydub**: A Python library for audio processing.\n  - **ffmpeg**: A multimedia framework used by `pydub` for audio manipulation.\n  - **flask_cors**: A Flask extension for handling CORS (Cross-Origin Resource Sharing).\n\n## Features\n\n- **Audio Upload**: Users can upload audio files via a file input field.\n- **Silence Detection**: The backend analyzes the audio to detect periods of silence.\n- **Results Display**: The frontend displays timestamps where silence is detected.\n- **User-Friendly Interface**: Styled using Tailwind CSS for a responsive and clean design.\n\n## How It Works\n\n1. **Frontend**:\n   - Users select an audio file using the file input.\n   - The selected file is sent to the backend as a `multipart/form-data` request.\n   - The backend processes the audio file and detects silence periods.\n   - Results are returned to the frontend and displayed to the user.\n\n2. **Backend**:\n   - The backend receives the uploaded audio file and saves it to a specified directory.\n   - The audio file is then processed using `pydub` to detect periods of silence.\n   - The silence detection algorithm identifies timestamps where the audio is silent based on a specified threshold and minimum silence length.\n   - The results are sent back to the frontend as a JSON response.\n\n## Setup and Installation\n\n### Prerequisites\n\n- **Python 3.6+**: Ensure Python is installed on your system.\n- **Node.js**: Required for running the React frontend.\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/GauravOOO2/voice_activity_detecting_project_frontend.git\n   ```\n\n### Frontend Setup\n\n1. **Navigate to the Frontend Directory:**\n\n```bash\ncd voice_activity_detecting_project_frontend/voice_activity_detection\n```\n\n2. **Install Dependencies**\n\n```bash\nnpm install\n```\n\n3. **Run the React Development Server:**\n\n```bash\nnpm start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravooo2%2Fvoice_activity_detecting_project_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgauravooo2%2Fvoice_activity_detecting_project_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravooo2%2Fvoice_activity_detecting_project_frontend/lists"}