Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pwntus/replicate-narrator

AI narrator
https://github.com/pwntus/replicate-narrator

Last synced: 20 days ago
JSON representation

AI narrator

Awesome Lists containing this project

README

        

# Replicate Narrator

Based on: https://github.com/cbh123/narrator

Try it live here: https://replicate-narrator.vercel.app

## Setup

Clone this repo, make a [Replicate](https://replicate.com) account and update the `.env` file with your API token:

```
REPLICATE_API_TOKEN=
```

## Run it

```bash
npm install
npm run dev
```