figmatrix

Speech Therapy app

https://victor-gp.github.io/figmatrix/

Overview

This app is an interactive speech therapy application designed to help children with speech issues practice pronunciation of challenging sounds through tongue twisters and targeted sentences. The application provides real-time feedback on pronunciation accuracy by comparing spoken words against expected text.

How It Works

Target Audience

This application is specifically designed for:

Getting Started

Prerequisites

Installation

  1. Clone the repository
  2. Install backend dependencies: pip install -r requirements.txt
  3. Install frontend dependencies: cd frontend && npm install
  4. Set up your ElevenLabs API key on .env.example
  5. Start the backend server: python main.py
  6. Start the frontend development server: cd frontend && npm run dev

Usage

  1. Open the application in your web browser
  2. Allow microphone access when prompted
  3. Select a tongue twister or sentence to practice
  4. Speak each word clearly into your microphone
  5. Press space bar to advance to the next word
  6. Receive instant feedback on your pronunciation accuracy

Stack

APIs & Services

Backend

Frontend

Key Features

The Team