Skip to content

small web app for generating short review for a product using YouTube review videos and duckduckgo search utilizing LangChain and OpenAI

Notifications You must be signed in to change notification settings

ebra44/auto-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auto-review

A simple web app for generating short review for a product using YouTube review videos and duckduckgo search utilizing LangChain and Streamlit.

alt text

How It Works:

It uses langchain tools to first grab transcripts from youtube reviews and then summarize them. After the summary is passed to an agent with access to duckduckgo search tasked with writing the review. This is powered through OpenAI models.

Install:

git clone https://github.com/ebra44/auto-review.git
pip install -r requirements.txt
streamlit run auto-review.py

remember to either export the api key in the OPENAI_API_KEY environment variable or to load with .env

To-Do:

  • replace openai with open source models from hugging face.
  • find a faster summarization strategy to replace map-reduce.

About

small web app for generating short review for a product using YouTube review videos and duckduckgo search utilizing LangChain and OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages