mejaz / echoscribe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mohdejazsiddiqui@gmail.com

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


Languages

Language:JavaScript 99.6%Language:CSS 0.4%