| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
VidBot is a chatbot that lets you ask questions about any video you want. Whether it's a movie, a lecture, or a tutorial, VidBot can help you find the information you need. You can use VidBot with videos stored on your computer or with YouTube links.
It uses the latest OpenAI GPT-4 for transcriptions and chat completions.
The app works as follows:
The goal of this app was to use two different OpenAI services, trancription and completions, for the creation of a video chatbot.
To install the app, you need to have Python 3 and pip installed on your system. Then, install the dependencies with:
pip3 install -r requirements.txtYou should create a .env file in the root directory of the app with the following variables:
OPENAI_API_KEY=<your open ai key>
OPENAI_API_TEMPERATURE=0.6
OPENAI_API_MODEL_NAME=gpt-4The app is built on top of Streamlit, but I provide a bootstrap file so you can run it simply with:
python3 bootstrap.pyExample URL: Introducing GPT-4
You can stop the application by pressing stop on the sidebar
See repository.
| Back | FazBrowse Home | New Git URL |