Skip to content

SnoozeScript/Speech-to-Text-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Speech-to-Text Converter (React + Flask + Whisper AI)

This project converts speech to text using OpenAI Whisper with a Flask API and a React.js frontend.

πŸš€ Features

  • Upload audio files (.wav, .mp3, .flac, etc.)
  • Transcribe speech using Whisper AI

πŸ› οΈ Installation

πŸ“Œ Prerequisites

  • Node.js, Python 3, pip, FFmpeg

πŸ”Ή Backend (Flask API)

git clone https://github.com/your-repo/speech-to-text.git
cd speech-to-text/backend
python -m venv venv && source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r requirements.txt
python app.py

Runs at http://127.0.0.1:8000 |http://127.0.0.1:8000/docs#

πŸ”Ή Frontend (React.js)

cd ../client
npm install
npm run dev

Runs at http://localhost:5173


πŸ“ Usage

  1. Open the app, upload an audio file, and click Transcribe.
  2. View the transcribed text.

About

This project converts speech to text using OpenAI Whisper with a Flask API and a React.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published