Voiceify is a web-based speech text reader designed to assist individuals, especially those with communication challenges such as autism. This application transforms written text into speech and includes visual aids and pre-defined phrases to support non-verbal communication. With customizable voice options and an easy-to-use interface, Voiceify is built to enhance communication accessibility for all users.
- Convert text to speech with customizable voices.
- Pre-defined common phrases with visual aids.
- User-friendly interface with toggleable text box.
- Supports a variety of voices for personalized communication.
- Ideal for assisting individuals with autism or speech impairments.
Voiceify can serve as a valuable tool for patients with autism, enabling them to express emotions and needs effectively through images and speech synthesis. The app enhances communication for those who may struggle with verbal interactions by providing both visual and auditory support.
- HTML5
- CSS3
- JavaScript
- SpeechSynthesis API for text-to-speech functionality.
- Clone the repository:
git clone https://github.com/DevMaverickMB/Interactive-Speech-Text-Reader
- Navigate to the project directory:
cd Interactive-Speech-Text-Reader
- Open the
index.html
file in your browser:open index.html
This app uses the SpeechSynthesis
API for text-to-speech functionality. Special thanks to those who contributed to open-source resources that made this project possible.