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

https://github.com/datamonet/tumo

Open-source AI media generation via API, supporting Replicate, OpenAI, and more.
https://github.com/datamonet/tumo

Last synced: over 1 year ago
JSON representation

Open-source AI media generation via API, supporting Replicate, OpenAI, and more.

Awesome Lists containing this project

README

          

# About

Tumo – Open-source AI media generation via API, supporting Replicate, OpenAI, and more. 🚀

## Running Locally

1. Clone the repository and install dependencies:

```bash
git clone https://github.com/datamonet/tumo
cd tumo
pnpm install
```

2. Create an `.env` file to store API keys. Use `.env.example` as a reference.

3. Run the development server:

```bash
pnpm dev
```

4. Open [http://localhost:3000](http://localhost:3000) to view the application.