#Luminary - AI Pipeline Tool

1 messages · Page 1 of 1 (latest)

winter horizon
#

Hi everyone!
In the past month Ive made a new app called Luminary.
Luminary is an AI Pipeline tool for Mac, Windows and (eventually, need testers) linux.

👨‍💻 Github: https://github.com/nascarjake/luminary
📺 Demo: https://www.youtube.com/watch?v=LyOMJq47ASQ
📊 Presentation: https://www.canva.com/design/DAGZZUBLnFc/-VlBs8UTq1k_2Hc5fHsC6Q/view

Why use Luminary?
Ever tried to create an AI bot to start a business, or perform complex multi-step tasks such as researching, writing, generating, optimizing and uploading video/audio content? A single AI bot doing a complicated task will often get lost or will produce inconsistent results.

To avoid this, one solution is to break down the complex task into smaller simpler parts. Train multiple AI bots to do simpler tasks and then have them talk to eachother and work together to complete the task.

Luminary is a tool that lets you train and connect multiple OpenAI assistants together.

One usecase example is a Video Generation Pipeline, which I have made to show off the tool (see video).
Example: Create Outlines, Create Movie Scripts, Create Videos, Upload to Youtube.

Luminary provides a graph editor to visually create pipelines with ease.
It also provides a scheduling system to allow you to schedule different tasks ahead of time.
(For example generating 10 videos today and scheduling them to upload over the next 10 days)

Luminary for Developers
Not just a tool, Luminary is a platform for AI developers. It allows developers to write code in any language, as long as the script can be run via a terminal command, Luminary can use it. This means you can extend the AI's capabilities in any way you wish.

Luminary's pipeline engine is also opensource and a standalone library. This allows developers to create their pipeline in the tool and then export it, for use with the engine library, imported into their own app.

You handle the integration and action code, Luminary will automatically handle all the communication between AI Assistants.

Stack
Node.js
Electron
Angular typescript

winter horizon
half pine
#

This is sick