{"id":23787770,"url":"https://github.com/same-ou/whisper-speech-recognition","last_synced_at":"2026-04-07T22:31:16.184Z","repository":{"id":233163917,"uuid":"786197737","full_name":"same-ou/whisper-speech-recognition","owner":"same-ou","description":"This repository contains a deployment of the Whisper speech recognition model using Flask and Python. Whisper is a cutting-edge speech recognition model designed to accurately transcribe speech input into text.","archived":false,"fork":false,"pushed_at":"2024-04-13T18:15:35.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T11:39:27.206Z","etag":null,"topics":["deep-learning","flask","machine-learning","openai","python","pytorch","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/same-ou.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-04-13T18:01:02.000Z","updated_at":"2024-11-29T14:50:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce695aab-7650-4750-a64a-fe23ea7442dd","html_url":"https://github.com/same-ou/whisper-speech-recognition","commit_stats":null,"previous_names":["same-ou/whisper-speech-recognition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/same-ou/whisper-speech-recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/same-ou%2Fwhisper-speech-recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/same-ou%2Fwhisper-speech-recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/same-ou%2Fwhisper-speech-recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/same-ou%2Fwhisper-speech-recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/same-ou","download_url":"https://codeload.github.com/same-ou/whisper-speech-recognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/same-ou%2Fwhisper-speech-recognition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["deep-learning","flask","machine-learning","openai","python","pytorch","whisper"],"created_at":"2025-01-01T15:17:22.920Z","updated_at":"2026-04-07T22:31:16.161Z","avatar_url":"https://github.com/same-ou.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whisper Speech Recognition Deployment\n\n## Overview\nThis repository contains a deployment of the Whisper speech recognition model using Flask and Python. Whisper is a cutting-edge speech recognition model designed to accurately transcribe speech input into text.\n\n## Features\n  * RESTful API: Access Whisper's capabilities through a user-friendly RESTful API for seamless integration with your applications.\n  * Customizable Configuration: Configure Whisper's parameters and settings to suit your specific speech recognition needs.\n## Getting Started\n1. Clone the Repository: Begin by cloning this repository to your local machine.\n```bash\ngit clone git@github.com:same-ou/whisper-speech-recognition.git\n```\n2. Install Dependencies: Navigate to the project directory and install the required Python dependencies.\n```bash\ncd whisper-speech-recognition\npip install requirements.txt\n```\n4. Run the Application: Start the Flask server to run the Whisper speech recognition model deployment.\n```bash\npython app.py\n```\n5. Access the API: Once the Flask server is running, you can access the Whisper API at http://localhost:5000.\n   \n## API Endpoints\n\n**POST /translate**: Submit audio data to the API endpoint for speech recognition. The response will contain the transcribed text.\n\n## Example Usage\n\n```python\nimport requests\n\nurl = 'http://localhost:5000/recognize'\naudio_file = open('path-to-your-audio-file.wav', 'rb')\nfiles = {'file': ('audio.wav', audio_file, 'audio/wav')}\nresponse = requests.post(url, files=files)\n\nprint(response.json())\n```\n## Connect With Me\nHave feedback, suggestions, or questions about the Whisper speech recognition deployment? Feel free to connect with me:\n\nEmail: [elhadramidev@gmail.com](mailto:elhadramidev@gmail.com)       |       Linkedin: [OUSSAMA EL HADRAMI](https://www.linkedin.com/in/elhadrami-oussama/)\n\nHappy coding! 🚀✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsame-ou%2Fwhisper-speech-recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsame-ou%2Fwhisper-speech-recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsame-ou%2Fwhisper-speech-recognition/lists"}