{"id":20272049,"url":"https://github.com/indexposition/silencesense","last_synced_at":"2026-06-11T07:31:07.504Z","repository":{"id":255183608,"uuid":"848786951","full_name":"IndexPosition/SilenceSense","owner":"IndexPosition","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T21:26:25.000Z","size":925,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T00:42:29.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://silence-sense.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/IndexPosition.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-08-28T12:07:15.000Z","updated_at":"2024-08-28T21:26:28.000Z","dependencies_parsed_at":"2024-08-28T13:36:07.772Z","dependency_job_id":"2a048d8d-2bea-436e-b7c9-aab73c89a518","html_url":"https://github.com/IndexPosition/SilenceSense","commit_stats":null,"previous_names":["indexposition/silencesense"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IndexPosition/SilenceSense","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FSilenceSense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FSilenceSense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FSilenceSense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FSilenceSense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndexPosition","download_url":"https://codeload.github.com/IndexPosition/SilenceSense/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FSilenceSense/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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-14T12:41:27.375Z","updated_at":"2026-06-11T07:31:07.464Z","avatar_url":"https://github.com/IndexPosition.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SilenceSense\n\nSilenceSense is a web application that detects silences in audio files using **Voice Activity Detection (VAD)**. The project consists of a React frontend for the user interface and a Flask backend for processing audio files.\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Backend Setup](#backend-setup)\n- [Frontend Setup](#frontend-setup)\n- [Running the Application](#running-the-application)\n- [Testing](#testing)\n- [Deployment](#deployment)\n\n## Prerequisites\n\nEnsure you have the following installed:\n\n- Python 3.x\n- Node.js and npm (or Yarn)\n\n## Backend Setup\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/yourusername/silencesense.git\n    cd silencesense\n    ```\n\n2. **Navigate to the `backend` directory:**\n\n    ```bash\n    cd backend\n    ```\n\n3. **Install the required Python packages:**\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Run the Flask application:**\n\n    ```bash\n    python app.py\n    ```\n\n   The backend will be running on `http://localhost:5000`.\n\n## Frontend Setup\n\n1. **Navigate to the `frontend` directory:**\n\n    ```bash\n    cd ../frontend\n    ```\n\n2. **Install the required Node.js packages:**\n\n    ```bash\n    npm install\n    ```\n\n    Or if you use Yarn:\n\n    ```bash\n    yarn install\n    ```\n\n3. **Start the React application:**\n\n    ```bash\n    npm start\n    ```\n\n    Or if you use Yarn:\n\n    ```bash\n    yarn start\n    ```\n\n   The frontend will be running on `http://localhost:3000`.\n\n## Running the Application\n\n1. Ensure both the Flask backend and the React frontend are running.\n2. Open your browser and go to `http://localhost:3000` to interact with the application.\n\n## Testing\n\nFor testing the backend, you can use tools like `curl` or Postman to send requests to the Flask API.\n\nFor frontend testing, use the built-in React testing utilities or other libraries like Jest.\n\n## Deployment\n\nTo deploy the application, consider the following steps:\n\n1. **Backend Deployment:**\n   - Use platforms like Heroku, AWS, or Google Cloud to host the Flask application.\n\n2. **Frontend Deployment:**\n   - Deploy the React application using Vercel, Netlify, or any static site hosting service.\n\n3. **Configure Environment Variables:**\n   - Ensure that environment variables for production are set correctly in both the frontend and backend deployments.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexposition%2Fsilencesense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findexposition%2Fsilencesense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexposition%2Fsilencesense/lists"}