Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhekanik/spinoza


https://github.com/bhekanik/spinoza

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Project Spinoza

Named after Dutch philosopher Baruch Spinoza, this project is a text to speech application that uses the [Azure Speech API](https://azure.microsoft.com/en-us/services/cognitive-services/speech-api/) to convert text to speech. These speech files are then saved to create your custom podcast.

## Getting Started

First, install dependencies:

```bash
pnpm install
```

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

```bash
KEY=
REGION=
```

Then, run the development server:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Saved my bacon

-