Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhekanik/spinoza
https://github.com/bhekanik/spinoza
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhekanik/spinoza
- Owner: bhekanik
- Created: 2022-07-15T02:46:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T21:33:00.000Z (over 2 years ago)
- Last Synced: 2024-12-17T19:07:03.216Z (6 days ago)
- Language: TypeScript
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
-