HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Show HN: Mimir-AIP a Modular Open-Source AI Platform(github.com)

4 points·by ciaranmca·geçen yıl·2 comments
github.com
Show HN: Mimir-AIP a Modular Open-Source AI Platform

https://github.com/Mimir-AIP/Mimir-AIP

Hi HN,

Just wanting to show off something I have been working on recently, Mimir-AIP, it's my first proper open-source project, and I’d love some feedback from the community.

The goal is to essentially have a framework for connecting inputs from various data sources to data processing and output plugins. The user just defines their pipeline as a yaml file which can either just be ran once or based on a repeating schedule.

Docs: https://mimir-aip.github.io/ Github: https://github.com/Mimir-AIP/Mimir-AIP

2 comments

sneha_tamal·geçen yıl
how it handles state across steps, especially for longer pipelines. Also, any plans to support visual pipeline builders?
ciaranmca·geçen yıl
Step execution uses a shared context dictionary

No plans for visual builder currently but I would assume it should be relatively straightforward(unless i make some dramatic change to the pipeline format)