Skip to content

nypublicradio/assembly-ai-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly AI Backend

Setup

Create the .env file

cp .env.sample .env

Open the .env file and update the ASSEMBLYAI_API_KEY and the SUPABASE_KEY

The Assembly AI API Key can be found at https://www.assemblyai.com/app/account

The Supabase public key can be found at https://supabase.com/dashboard/project/dyjmrswsrewafrohnfcv/settings/api

Note: the STATION_ID is set to 1 for WNYC FM (see the stations table)

Install the dependencies

npm install

Start the server

node index.js

Note: ffmpeg must be installed on the server or on your local machine!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published