{"id":28386393,"url":"https://github.com/mxcaoalina/speech_recognition","last_synced_at":"2025-07-09T13:09:47.734Z","repository":{"id":299841209,"uuid":"954299170","full_name":"mxcaoalina/Speech_recognition","owner":"mxcaoalina","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-24T21:46:36.000Z","size":778,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T15:49:18.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mxcaoalina.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-03-24T21:43:37.000Z","updated_at":"2025-03-24T21:46:40.000Z","dependencies_parsed_at":"2025-06-18T15:59:29.189Z","dependency_job_id":null,"html_url":"https://github.com/mxcaoalina/Speech_recognition","commit_stats":null,"previous_names":["mxcaoalina/speech_recognition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mxcaoalina/Speech_recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxcaoalina%2FSpeech_recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxcaoalina%2FSpeech_recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxcaoalina%2FSpeech_recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxcaoalina%2FSpeech_recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxcaoalina","download_url":"https://codeload.github.com/mxcaoalina/Speech_recognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxcaoalina%2FSpeech_recognition/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264465878,"owners_count":23612584,"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","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":"2025-05-30T14:42:23.782Z","updated_at":"2025-07-09T13:09:47.728Z","avatar_url":"https://github.com/mxcaoalina.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speech Recognition Project\n\nThis project provides various speech recognition and audio processing capabilities using AssemblyAI and OpenAI APIs.\n\n## Features\n\n- Basic audio file processing (WAV/MP3)\n- Real-time speech recognition\n- Sentiment analysis of speech\n- Podcast summarization\n- Real-time transcription with OpenAI integration\n\n## Prerequisites\n\n- Python 3.8 or higher\n- AssemblyAI API key\n- OpenAI API key (for some features)\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/speech-recognition-python.git\ncd speech-recognition-python\n```\n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Set up environment variables:\nCreate a `.env` file in the root directory with the following content:\n```\nASSEMBLYAI_API_KEY=your_assemblyai_api_key\nOPENAI_API_KEY=your_openai_api_key\n```\n\n## Project Structure\n\n- `1.basic framework/`: Basic audio file processing\n- `2.simple recognition/`: Simple speech recognition\n- `3.sentiment-analysis/`: Sentiment analysis of speech\n- `4.podcast summarization/`: Podcast transcription and summarization\n- `5.realtime-openai/`: Real-time transcription with OpenAI integration\n- `shared/`: Shared modules and configuration\n\n## Usage\n\n### Basic Audio Processing\n```bash\npython \"1.basic framework/load_mp3.py\"\n```\n\n### Simple Speech Recognition\n```bash\npython \"2.simple recognition/main.py\"\n```\n\n### Sentiment Analysis\n```bash\npython \"3.sentiment-analysis/main.py\"\n```\n\n### Podcast Summarization\n```bash\npython \"4.podcast summarization/main.py\"\n```\n\n### Real-time Transcription\n```bash\npython \"5.realtime-openai/main.py\"\n```\n\n## Configuration\n\nThe project uses a centralized configuration system in `shared/config.py`. You can modify audio and API settings there.\n\n## Error Handling\n\nThe project includes comprehensive error handling for:\n- API communication issues\n- File operations\n- Audio stream management\n- Resource cleanup\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- AssemblyAI for speech recognition capabilities\n- OpenAI for language model integration\n- PyAudio for audio processing ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxcaoalina%2Fspeech_recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxcaoalina%2Fspeech_recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxcaoalina%2Fspeech_recognition/lists"}