Skip to content

ruankie/vid-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo stars

🎥🗨️ VidQA

Description

VidQA is an AutoGPT app that summarises and answers questions about arbitrary YouTube videos using LangChain and LLMs.

🏗️ Under construction. More coming soon...

💡 The main idea for this app came from a YouTube video by Dave Ebbelaar.

Setup

  1. Set up your virtual env with all the required dependencies
    poetry install
  2. Set your environment variables in a file called .env (see .env.example)
  3. Create a resource and deploy a model using Azure OpenAI

Note: You can use this directly with OpenAI's API (without using Azure's OpenAI Services) with minor modifications to the code and environment variables

Usage

TODO: Add Streamlit app link

Note: Whe using notebooks, make sure you activate the correct poetry environment. You can set your Python kernel to the value that gets returned when you run poetry run which python.

  1. Browse the example notebooks in notebooks/

Useful Resources

Releases

No releases published

Packages

No packages published