Equalizer is a web application made to provide detailed feedback for your English pronunciation. Record a clip of any length, of any content-during an interview, in a presentation, or just have it open throughout the day-and receive professional feedback to quickly improve your pronunciation. Find out exactly what you need to work on and receive actionable next steps for your speech.
- Provides a score from 0-100 and detailed steps for improvement for Phoneme Accuracy, Fluency, Intonation, and Connections.
- Equalizer can provide results within 10 seconds, ensuring instant progress.
- Available for use at any time, in any place, making it much more flexible than sessions with language coaches.
- Python
- FastAPI
- google-genai
- React
- Navigate to the backend directory:
cd backend - (Recommended) Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate - Install dependencies:
pip install -r requirements.txt
- Run the backend server:
python main.py
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the development server:
npm run start