Skip to content

A simple Bootstrap Page that uses Whisper from Replicate to transcribe your audio

Notifications You must be signed in to change notification settings

JvilleDev/Whisper-Web-Transcriptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instrucciones

Español

  1. Obtén la clave API para el transcriptor en esta página, creándote una cuenta y posteriormente accediendo acá y copiando el "Default".
  2. Abre el archivo "api-key.js" en la carpeta principal, y edita lo que dice:
    const API_key = 'TU-CLAVE-API';
    por la clave API que obtuviste en el primer paso.

LISTO

Ahora puedes ejecutar el archivo "PREPARAR.bat" (Sólo necesario para la primera ejecución), y en próximas ejecuciones, el archivo "INICIAR.bat".

English

  1. Get the API key for the transcriber on this page by creating an account and then accessing here and copying the "Default".
  2. Open the "api-key.js" file in the main folder and edit what it says:
    const API_key = 'YOUR-API-KEY';
    with the API key you obtained in the first step.

READY

Now you can run the "PREPARAR.bat" file (only necessary for the first execution), and in subsequent executions, the "INICIAR.bat" file.

About

A simple Bootstrap Page that uses Whisper from Replicate to transcribe your audio

Resources

Stars

Watchers

Forks