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.
- Host: GitHub
- URL: https://github.com/datamonet/tumo
- Owner: datamonet
- License: mit
- Created: 2025-03-04T15:14:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T20:05:25.000Z (over 1 year ago)
- Last Synced: 2025-03-13T20:36:37.786Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.