Skip to content

dev-coco/Parakeet-STT-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parakeet-STT-API

const formData = new FormData()
formData.append('audio', blob)
const response = await fetch('http://localhost:1643/transcribe', {
  method: 'POST',
  body: formData
})
const json = await response.json()
console.log(json)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages