/spinoza

Primary LanguageTypeScript

Project Spinoza

Named after Dutch philosopher Baruch Spinoza, this project is a text to speech application that uses the Azure Speech API to convert text to speech. These speech files are then saved to create your custom podcast.

Getting Started

First, install dependencies:

pnpm install

Then create a .env file and set the following variables:

KEY=<your-key>
REGION=<your-region>

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Saved my bacon