{"id":26445720,"url":"https://github.com/ayushpremrocks/multi-language-text-to-speech","last_synced_at":"2026-05-14T21:32:53.335Z","repository":{"id":255513288,"uuid":"852318441","full_name":"Ayushpremrocks/Multi-language-Text-To-Speech","owner":"Ayushpremrocks","description":"A Flask-based web application that converts text into speech in multiple languages using Google Text-to-Speech (gTTS). The app provides a simple interface for users to input text, select a language, and generate audio output.","archived":false,"fork":false,"pushed_at":"2025-02-23T05:34:43.000Z","size":1002,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T02:43:51.977Z","etag":null,"topics":["flask","text-to-speech"],"latest_commit_sha":null,"homepage":"https://multilingualtexttospeechconverter.vercel.app","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ayushpremrocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-04T15:48:43.000Z","updated_at":"2024-12-08T17:56:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"8562b665-7e67-4eae-8ef8-f0cd89764607","html_url":"https://github.com/Ayushpremrocks/Multi-language-Text-To-Speech","commit_stats":null,"previous_names":["ayushpremrocks/multi-language-text-to-speech"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ayushpremrocks/Multi-language-Text-To-Speech","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FMulti-language-Text-To-Speech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FMulti-language-Text-To-Speech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FMulti-language-Text-To-Speech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FMulti-language-Text-To-Speech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayushpremrocks","download_url":"https://codeload.github.com/Ayushpremrocks/Multi-language-Text-To-Speech/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FMulti-language-Text-To-Speech/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","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":["flask","text-to-speech"],"created_at":"2025-03-18T11:34:10.686Z","updated_at":"2026-05-14T21:32:53.317Z","avatar_url":"https://github.com/Ayushpremrocks.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-language Text-to-Speech Converter\n\nA Flask-based web application that converts text into speech in multiple languages using Google Text-to-Speech (gTTS). The app provides a simple interface for users to input text, select a language, and generate audio output.\n\n![Screenshot of the model](assets/TTS-1.png)\n\n![Screenshot of the model](assets/TTS-2.png)\n\n---\n\n## **Features**\n- Supports text-to-speech conversion for multiple languages (e.g., English, Hindi).\n- Clean and responsive user interface.\n- Instant audio playback after conversion.\n- Easily extensible to add more languages.\n\n---\n\n## **Technologies Used**\n- **Backend:** Flask\n- **Frontend:** HTML, CSS, and JavaScript\n- **Text-to-Speech Engine:** gTTS (Google Text-to-Speech)\n\n---\n\n## **Setup Instructions**\n### Prerequisites\nEnsure you have Python 3.8+ and `pip` installed on your system.\n\n### Steps to Run Locally\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Ayushpremrocks/Multi-language-Text-To-Speech\n\n2. Create a Virtual Environment (Optional but Recommended):\n   ```bash\n   python -m venv venv\n   source venv/bin/activate    # On macOS/Linux\n   venv\\Scripts\\activate       # On Windows\n\n\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   \n4. Run the Flask app:\n   ```bash\n   python app.py\n\n5. Open your browser and go to:\n   ```bash\n   http://127.0.0.1:5000\n---\n### How to Check Flask Installation and Version\n1. **Verify Flask Installation:** Run the following command in your terminal\n   ```bash\n   python -m flask --version\n   ```\n   If Flask is installed, you will see output similar to this:\n   ```bash\n   Flask 2.3.3\n   Python 3.x.x\n\n2. **If Flask is Not Installed:** Install Flask using:\n   ```bash\n   pip install Flask\n   ```\n---\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushpremrocks%2Fmulti-language-text-to-speech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayushpremrocks%2Fmulti-language-text-to-speech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushpremrocks%2Fmulti-language-text-to-speech/lists"}