Skip to content

ipai/otranscript

Repository files navigation

OTranscript

Web app for transcribing audio with Deepgram and Next.js. Currently deployed on Vercel, using Drizzle ORM for the database with Neon as underlying Postgresql database. The blobs are stored on Vercel Blob storage. Vercel project is linked to Github, and the source code is deployed automatically whenever a change is pushed to the repository.

Development

Install vercel CLI

npm install -g vercel

Link Vercel project

vercel link

Pull the secrets

vercel env pull .env

Run locally

npm install && npm run dev

Schema Migration

  1. Change the schema in lib/db/schema.ts
  2. Run the following to push changes to the DB
vercel env pull .env

About

OTranscript allows you to navigate audio files visually--interactively search through words in podcasts or audio content and do whatever you want with it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors