Skip to content

Code for Concept(s) LLM Pipelines for use within VFX Pipelines.

License

Notifications You must be signed in to change notification settings

sidmehraajm/vfx-llm-pipelines-concept

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM in VFX - Concept

This is a proof of Concept pipeline intergration that aims to introcduce some LLM automated features to a new or existing pipeline by introducing some 'organic' elemnts to be able to extract data from a users message to feed that into a exisitng tool.

This is still a Demo/Work in Progress and should not be used with sensitive data.

Demo

Here is a Demo Video.

https://youtu.be/9kkvIWOpwK8 Watch the video

Overview

The LLM decides if the users message is relevant to either File Ingestion or Workspace setup.

If it decides that it is relevant to the pipeline, it will try to process the message and then try to see what type of request from the user to parse and process from the list below.

If however it does not find a relevant message for pipeline, it will forward the message to the LLM provider and then return its message like it normally would if you interfaced with it.

Abilities

There are Two main items that the demo provides:

  • File Ingestion

  • Workspace setup.

  • LLM Forwarding

Services Required

This example uses the following programs/services to function:

LLM Models

For the developemnet of this demo, the following models were used: (All Models pulled from Ollama )

All the above models should give a consise result.

License

MIT

About

Code for Concept(s) LLM Pipelines for use within VFX Pipelines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%