Skip to content

It is a speech to text project. Upload an audio file and get the transcriptions of the audio. It uses OpenAI's Whisper model

Notifications You must be signed in to change notification settings

wujunzhuo/echoscribe

 
 

Repository files navigation

EchoScribe

animated

A project to generate audio transcriptions. Simply upload an audio file and get the transcription in seconds.

Pre-requisites to run this project

  1. OpenAI API Key

Steps to run this project

  1. Clone the repo
  2. Run npm install to install all the dependencies
  3. Create a .env.local from env-example file: cp env-example .env.local
  4. Update the OpenAI key in the .env.local file
  5. Run npm run dev to start the project

Tech Stack

  • NextJS
  • TailwindCSS
  • OpenAI Whisper Model

Contact

[email protected]

About

It is a speech to text project. Upload an audio file and get the transcriptions of the audio. It uses OpenAI's Whisper model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • CSS 0.4%