https://github.com/cuuupid/combos
https://github.com/cuuupid/combos
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuuupid/combos
- Owner: cuuupid
- Created: 2023-10-27T05:28:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T06:01:16.000Z (about 2 years ago)
- Last Synced: 2025-02-09T21:45:16.640Z (11 months ago)
- Language: JavaScript
- Size: 15.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# combos
Chain together multiple open source models and build your AI pipeline graphically. Get deep insights into every single step!
## Setup
You need:
- Node (pref v20 but compatible v16+)
- TypeScript
- some globally installed npm packages: `express`, `node-fetch`, `cross-env`, `concurrently`
- Your Replicate API token in `.env`: `REPLICATE_API_TOKEN=...`
`npm i` to install dependencies
`npm start` to run the frontend & backend
`npm run open` to launch a web browser pointed at the frontend
## Demo
### Build a graph
https://github.com/cuuupid/combos/assets/6960204/e0d21cba-fcf3-4794-82fd-8e0687ff4857
### Add Inputs
https://github.com/cuuupid/combos/assets/6960204/7f5bdb19-b25c-4c95-a7e5-706d371f2f65
### Click run

### View every step of the process
https://github.com/cuuupid/combos/assets/6960204/24102a95-17b3-467c-bde5-d983776e1af4