You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
LunarECL b7d180a70d
experimental[minor]: Create Closed Captioning Chain for .mp4 videos (#14059)
Description: Video imagery to text (Closed Captioning)
This pull request introduces the VideoCaptioningChain, a tool for
automated video captioning. It processes audio and video to generate
subtitles and closed captions, merging them into a single SRT output.

Issue: https://github.com/langchain-ai/langchain/issues/11770
Dependencies: opencv-python, ffmpeg-python, assemblyai, transformers,
pillow, torch, openai
Tag maintainer:
@baskaryan
@hwchase17


Hello!

We are a group of students from the University of Toronto
(@LunarECL, @TomSadan, @nicoledroi1, @A2113S) that want to make a
contribution to the LangChain community! We have ran make format, make
lint and make test locally before submitting the PR. To our knowledge,
our changes do not introduce any new errors.

Thank you for taking the time to review our PR!

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
6 months ago
..
cli cli[patch]: Fix typo in dev script name for the --chat-playground option on the cli (#19673) 6 months ago
community community[patch]: introduce convert_to_secret() to bananadev llm (#14283) 6 months ago
core dont mutate metadata/tags (#19742) 6 months ago
experimental experimental[minor]: Create Closed Captioning Chain for .mp4 videos (#14059) 6 months ago
langchain langchain[patch]: load ReadFileTool (#14301) 6 months ago
partners mistralai[patch]: correct integration_test (#19774) 6 months ago
text-splitters text-splitters[minor]: Added Haskell support in langchain.text_splitter module (#16191) 6 months ago