Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

AI art studio powered by Replicate.
https://github.com/pwntus/replicate-studio

Last synced: 5 days ago
JSON representation

AI art studio powered by Replicate.

Awesome Lists containing this project

README

        

# Replicate Studio

AI art studio powered by [Replicate](https://replicate.com/).

![Replicate Studio](./demo.jpg)

## Setup

Install dependencies:

```bash
npm install
```

Create an `.env` file and add your [Replicate API token](https://replicate.com/account/api-tokens) to it:

```
NUXT_REPLICATE_API_KEY=r8_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

Start the studio on `http://localhost:3000`:

```bash
npm run dev
```