A web-based Hindi Text-to-Speech application built with Python and Flask. The application allows users to enter Hindi text, select a voice, generate speech, play the generated audio, and download it as an MP3 file.
- 📝 Enter Hindi text through a simple web interface
- 🗣️ Convert Hindi text into speech
- 🎙️ Select from available voice options
- 🔊 Play generated audio directly in the browser
- ⬇️ Download generated speech as an MP3 file
- 🌐 Web-based interface powered by Flask
- 📱 Simple and user-friendly design
- Python – Application programming language
- Flask – Web application framework
- Edge TTS – Text-to-Speech conversion
- HTML – Web page structure
- CSS – User interface styling
- JavaScript – Client-side functionality
Voice_generator/
│
├── static/
│ └── audio/
│ └── .gitkeep
│
├── templates/
│ └── index.html
│
├── .gitignore
├── app.py
├── home.png
├── Working_web.png
├── Procfile
├── README.md
└── requirements.txt
