Speechless is an open-source video chat application designed to accommodate the deaf community. It provides features such as sign language translation, speech-to-text transcription, and real-time communication tailored to the needs of users with hearing impairments.
- Sign Language Translation: Utilizes the MediaPipe Holistic model to translate sign language gestures into text or spoken language.
- Speech-to-Text Transcription: Employs state-of-the-art speech recognition technology to transcribe audio conversations into text in real-time.
- Real-Time Communication: Built on Next.js 14 and Stream API, Speechless offers a seamless video chat experience for users to communicate effectively.
- Custom UI Components: Integrates UI components from Shadcn UI library (https://ui.shadcn.com/) for a visually appealing and intuitive user interface.
- Responsive Design: Utilizes Tailwind CSS for responsive design, ensuring optimal user experience across various devices and screen sizes.
To get started with Speechless, follow these steps:
- Clone the repository:
git clone https://github.com/JudasMorningstar/speechless-app.git
cd speechless-app