Skip to content

The project features two applications: a *Research Assistant* that generates research reports using LangChain, OpenAI's GPT-3.5, DuckDuckGo Search API; and a *Chat With Video* app that allows users to upload videos, transcribe audio with OpenAI's Whisper, and store the embeddings in Pinecone vector DB.

Notifications You must be signed in to change notification settings

ojasskapre/langchain-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Langchain Applications

Research Assistant

This project aims to create a research assistant using LangChain and OpenAI's GPT-3.5 model. The assistant can generate comprehensive research reports based on user-provided topics. The system utilizes web scraping, text summarization, and search query generation to gather and analyze information from various online sources.

Reference (https://youtu.be/DjuXACWYkkU?si=_v1Yz0R9ygpTopP3)

Chat With Video

This project is a Streamlit based application allows users to upload videos, transcribe their audio using OpenAI's Whisper, and create embeddings with LangChain-OpenAI and store the embeddings in Pinecone Vector DB for further querying. Users can then chat with the video content by selecting transcribed videos and asking questions.

About

The project features two applications: a *Research Assistant* that generates research reports using LangChain, OpenAI's GPT-3.5, DuckDuckGo Search API; and a *Chat With Video* app that allows users to upload videos, transcribe audio with OpenAI's Whisper, and store the embeddings in Pinecone vector DB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages