Breaking communication barriers with real-time speech and voice assistance.
Unier is a Flutter-based assistive communication application designed for deaf and hard-of-hearing individuals. The app converts spoken language into real-time text and enables users to respond using text-to-speech, creating a seamless two-way communication experience.
- 🎙️ Real-time Speech-to-Text transcription
- 🔊 Text-to-Speech voice responses
- 🌐 Multi-language support
- English
- Hindi
- Gujarati
- 💬 Chat-style conversation interface
- 📱 Cross-platform support
- ⚡ Fast and accessible user experience
| Technology | Purpose |
|---|---|
| Flutter | Cross-platform development |
| Dart | Application logic |
| Firebase | Backend services |
| VOSK | Speech recognition |
| Google TTS | Text-to-speech synthesis |
Communication can be challenging for deaf and hard-of-hearing individuals, especially when interacting with people unfamiliar with sign language. Many existing solutions also lack support for regional languages.
Unier aims to bridge this gap by providing:
- Real-time speech transcription
- Natural voice responses through TTS
- Support for multiple Indian languages
- An intuitive and accessible user experience
- A speaker talks into the device.
- VOSK converts speech into text in real time.
- The user reads the transcription.
- The user types a response.
- Google TTS converts the response into speech.
git clone https://github.com/your-username/unier.git
cd unier
flutter pub get
flutter runMade with ❤️ to make communication accessible for everyone.