https://github.com/assemblyai-community/transcribe-audio-on-cloudflare-workers
Transcribe audio on Cloudflare Workers with AssemblyAI, Node.js, and TypeScript
https://github.com/assemblyai-community/transcribe-audio-on-cloudflare-workers
assemblyai cloudflare-workers nodejs transcription typescript
Last synced: 5 months ago
JSON representation
Transcribe audio on Cloudflare Workers with AssemblyAI, Node.js, and TypeScript
- Host: GitHub
- URL: https://github.com/assemblyai-community/transcribe-audio-on-cloudflare-workers
- Owner: AssemblyAI-Community
- Created: 2023-08-03T18:54:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T18:35:15.000Z (almost 2 years ago)
- Last Synced: 2024-06-24T19:02:47.615Z (over 1 year ago)
- Topics: assemblyai, cloudflare-workers, nodejs, transcription, typescript
- Language: TypeScript
- Homepage: https://www.assemblyai.com/blog/transcribe-audio-cloudflare-workers-assemblyai-nodejs-typescript/
- Size: 36.1 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transcribe audio to text on Cloudflare Workers with AssemblyAI, Node.js, and TypeScript
This repository is the source code for following the guide to [Transcribe audio to text on Cloudflare Workers with AssemblyAI, Node.js, and TypeScript]([https://www.assemblyai.com/blog](https://www.assemblyai.com/blog/transcribe-audio-cloudflare-workers-assemblyai-nodejs-typescript/)).
You can deploy the project to Cloudflare Workers with the button below.
[](https://deploy.workers.cloudflare.com/?url=https://github.com/AssemblyAI-Examples/Transcribe-Audio-on-Cloudflare-Workers)
After deploying the Worker, you need to configure the AssemblyAI API key as an environment variable/secret, named `ASSEMBLYAI_API_KEY`. [Follow this guide to configure the secret using the Cloudflare Dashboard](https://developers.cloudflare.com/workers/configuration/environment-variables/#add-environment-variables-via-the-dashboard) or [use Wrangler](https://developers.cloudflare.com/workers/configuration/environment-variables/#secrets-on-deployed-workers).