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/experimental/langchain_experimental
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
..
agents experimental[patch]: update module doc strings (#19539) 6 months ago
autonomous_agents experimental[patch]: `PromptTemplate` import fix (#19617) 6 months ago
chat_models experimental[minor]: adds mixtral wrapper (#17423) 7 months ago
comprehend_moderation community[patch]: Add explicit error message to Bedrock error output. (#17328) 6 months ago
cpal experimental[patch]: update module doc strings (#19539) 6 months ago
data_anonymizer experimental[patch]: update module doc strings (#19539) 6 months ago
fallacy_removal experimental[patch]: update module doc strings (#19539) 6 months ago
generative_agents experimental[patch]: `PromptTemplate` import fix (#19617) 6 months ago
graph_transformers core[patch]: fix beta, deprecated typing (#18877) 6 months ago
llm_bash experimental[patch]: update module doc strings (#19539) 6 months ago
llm_symbolic_math experimental[patch]: update module doc strings (#19539) 6 months ago
llms experimental[patch]: update module doc strings (#19539) 6 months ago
open_clip experimental[patch]: update module doc strings (#19539) 6 months ago
openai_assistant Move OAI assistants to langchain and add callbacks (#13236) 10 months ago
pal_chain experimental[patch]: update module doc strings (#19539) 6 months ago
plan_and_execute experimental[patch]: update module doc strings (#19539) 6 months ago
prompt_injection_identifier experimental[patch]: update module doc strings (#19539) 6 months ago
prompts experimental[patch]: update module doc strings (#19539) 6 months ago
pydantic_v1 `poetry lock` the experimental package. (#9478) 1 year ago
recommenders experimental[patch]: update module doc strings (#19539) 6 months ago
retrievers experimental[patch]: update module doc strings (#19539) 6 months ago
rl_chain experimental[patch]: update module doc strings (#19539) 6 months ago
smart_llm experimental[patch]: update module doc strings (#19539) 6 months ago
sql experimental[patch]: Removed 'SQLResults:' from the LLMResponse in SQLDatabaseChain (#17104) 6 months ago
synthetic_data experimental[patch]: `PromptTemplate` import fix (#19617) 6 months ago
tabular_synthetic_data experimental[patch]: `PromptTemplate` import fix (#19617) 6 months ago
tools experimental[patch]: update module doc strings (#19539) 6 months ago
tot experimental[patch]: `PromptTemplate` import fix (#19617) 6 months ago
utilities experimental[patch]: update module doc strings (#19539) 6 months ago
video_captioning experimental[minor]: Create Closed Captioning Chain for .mp4 videos (#14059) 6 months ago
__init__.py Add version to langchain_experimental (#11613) 12 months ago
py.typed Add `py.typed` file to `langchain-experimental`. (#9557) 1 year ago
text_splitter.py experimental[patch]: update module doc strings (#19539) 6 months ago