Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@HQarroum HQarroum released this 04 Apr 12:36
· 71 commits to main since this release
7cfa4ce

馃殌 Highlights

  • Structural changes addition in the flow control middlewares available in Project Lakechain. This involves the addition of the Reducer and Transform middlewares using a new concept called funclets. This allows pipeline developers to create much more versatile pipelines.
  • The new Rembg middleware allows to remove background from images using multiple machine-learning models for segmentation and matting purposes.
  • The new Subtitle parser middleware allows to parse WebVTT and SubRip subtitle documents.
  • The new FFMPEG middleware allows to process audio and video documents within pipelines.
  • The new RegexpTextSplitter allows to split documents at scale based on a string or regexp.
  • Added a new example for creating a Generative Podcast using machine learning.
  • Added a new example for creating an automatic video chaptering service.
  • Added a new example to generate and embed multi-lingual subtitles in videos.
  • Several parts of the documentation have been improved for a better clarity.