Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwntus/replicate-narrator
AI narrator
https://github.com/pwntus/replicate-narrator
Last synced: 20 days ago
JSON representation
AI narrator
- Host: GitHub
- URL: https://github.com/pwntus/replicate-narrator
- Owner: Pwntus
- Created: 2023-11-16T14:55:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T15:29:31.000Z (about 1 year ago)
- Last Synced: 2024-12-07T17:36:33.331Z (24 days ago)
- Language: Vue
- Homepage: https://replicate-narrator.vercel.app
- Size: 7.11 MB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```