Skip to content

luancma/whisper-open-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run?

For DEV :

yarn install
yarn dev

Default:

yarn install
yarn start

How to use :

After start the app, you can access an api client and send POST request with a file using the "multipart/form-data" on the Request Body to send a file.

curl --request POST
--url http://localhost:8989/upload
--header 'content-type: multipart/form-data'
--form file=@file

image

After that you can access the folder whisper-app/public/output to check the transcription

Accepted formats:

SUPPORTED_FILE_FORMATS = [ ".m4a", ".mp3", ".webm", ".mp4", ".mpga", ".wav", ".mpeg", ];

About

a simple repository using js to make audio transcription with open ai whisper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published