8000 GitHub - Iditbnaya/audio-transcriber-react
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Iditbnaya/audio-transcriber-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Transcriber React App

A minimal React + TypeScript app for uploading audio files and transcribing them to text using Azure OpenAI Speech-to-Text (gpt-4o-transcribe).

Features

  • Upload an audio file (supports many formats)
  • Transcribe audio to text using Azure OpenAI
  • Supports multiple languages (including Hebrew)

Getting Started

  1. Clone the repository:
    git clone https://github.com/Iditbnaya/audio-transcriber-react.git
    cd audio-transcriber-react
  2. Install dependencies:
    npm install
  3. Configure Azure credentials:
    • Create a .env file in the project root:
      REACT_APP_AZURE_SPEECH_ENDPOINT=your-endpoint-here
      REACT_APP_AZURE_SPEECH_KEY=your-key-here
    • Do not commit your .env file!
  4. Run the app:
    npm start
    The app will open at http://localhost:3000.

Security

  • Your Azure API key and endpoint should never be committed to the repository.
  • The .env file is included in .gitignore by default.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0