Skip to content

DheerajQblocks/MonsterAPI-Whisper-Playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonsterAPI Whisper Playground

Welcome to the MonsterAPI Whisper Playground! This React template allows you to quickly set up a real-time speech-to-text transcription application using the Whisper model from MonsterAPI.

Features

  • Live Transcription: Convert live audio into text almost instantly.
  • Multiple Languages Supported: Extensive language support to cater to global needs.
  • Ease of Integration: Simple setup with comprehensive pre-built UI.

Getting Started

Prerequisites

  • Node.js and npm installed on your machine
  • A valid MonsterAPI token (you can obtain one from MonsterAPI)

Installation

Execute the following command in your terminal to create a new project with the Whisper Playground:

npx @monsterapi/whisper-playground your_app_name
cd your_app_name

Configuration

  1. Add your MonsterAPI Token:

    Create a .env file in the root directory and add your MonsterAPI token like so:

    REACT_APP_MONSTERAPITOKEN=Your_MonsterAPI_Token_Here
    

    Replace Your_MonsterAPI_Token_Here with the token you obtained from MonsterAPI.

Run the Application

Start the application by running:

npm start

This command will launch the application on http://localhost:3000 in your default web browser.

Usage

The application UI will allow you to:

  • Start/Stop Live Transcription: Control live audio transcription.
  • Configure Transcription Settings: Options for transcription format, beam size, speaker numbers, and more.
  • Select Language: Choose from a variety of languages for transcription.

Support

For any issues or support, please contact:

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • HTML 7.4%
  • CSS 2.7%