{"id":24311514,"url":"https://github.com/amir-mohseni/voicebridge","last_synced_at":"2025-09-26T17:31:23.567Z","repository":{"id":272425243,"uuid":"915821698","full_name":"Amir-Mohseni/VoiceBridge","owner":"Amir-Mohseni","description":"This repository provides a dockerized Speech-to-Speech application that supports text-to-audio conversion, audio-to-text transcription, and interactive voice-based conversations. It is easy to set up and use, offering a versatile platform for speech and text processing.","archived":false,"fork":false,"pushed_at":"2025-01-14T13:57:14.000Z","size":380,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T14:27:18.861Z","etag":null,"topics":["docker","huggingface","python","transformer","tts","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/Amir-Mohseni.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":"2025-01-12T22:11:06.000Z","updated_at":"2025-01-14T13:57:18.000Z","dependencies_parsed_at":"2025-01-14T11:25:51.304Z","dependency_job_id":"0f0c04bd-5254-4fec-8df1-2234fc99c528","html_url":"https://github.com/Amir-Mohseni/VoiceBridge","commit_stats":null,"previous_names":["amir-mohseni/tts","amir-mohseni/voicebridge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amir-Mohseni%2FVoiceBridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amir-Mohseni%2FVoiceBridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amir-Mohseni%2FVoiceBridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amir-Mohseni%2FVoiceBridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amir-Mohseni","download_url":"https://codeload.github.com/Amir-Mohseni/VoiceBridge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234325223,"owners_count":18814395,"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":["docker","huggingface","python","transformer","tts","whisper"],"created_at":"2025-01-17T07:11:15.828Z","updated_at":"2025-09-26T17:31:18.253Z","avatar_url":"https://github.com/Amir-Mohseni.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VoiceBridge: A Speech-to-Speech (STS) Application\n\nThis repository contains a Text-to-Speech, Speech-to-text, and Speech-to-Speech application that is dockerized and easy to use. The application allows you to convert text to audio, transcribe audio to text using Whisper, and have back-and-forth conversations with an LLM.\n\n## Prerequisites\n\n- Docker installed on your machine\n\n## Running the Application\n\n1. **Clone the repository:**\n\n    ```sh\n    git clone https://github.com/Amir-Mohseni/VoiceBridge.git\n    cd VoiceBridge\n    ```\n\n2. **Build the Docker image:**\n\n    ```sh\n    docker build -t vb-app .\n    ```\n\n3. **Run the Docker container:**\n\n    ```sh\n    docker run -it --rm -p 7860:7860 vb-app\n    ```\n\n    This will start the application and map port 7860 of the container to port 7860 on your host machine.\n\n4. **Access the application:**\n\n    Open your web browser and navigate to `http://127.0.0.1:7860` to use the application.\n\n## Features\n\n- **Text to Audio:** Convert text to speech using various voices.\n- **Audio to Text:** Transcribe audio files to text using Whisper.\n- **Audio Conversation:** Have a conversation with the AI using voice input and receive voice responses.\n\n![App Showcase](docs/App.png)\n\n## Files\n\n- `main.py`: The main script to run the application.\n- `text2audio.py`: The script for converting text to audio.\n- `transcriber.py`: The script for transcribing audio to text.\n- `llm.py`: The script for interacting with the LLM. The Hugging Face model can be easily changed in this file.\n- `Dockerfile`: The Dockerfile used to build the Docker image.\n- `requirements.txt`: The file containing Python dependencies.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famir-mohseni%2Fvoicebridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famir-mohseni%2Fvoicebridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famir-mohseni%2Fvoicebridge/lists"}