Skip to content

A Streamlit app to run Socratic Models over YouTube videos.

Notifications You must be signed in to change notification settings

spencerbraun/socratic_models_app

Repository files navigation

Socratic Models App

A small app meant to test the capabilities explored in the Socratic Models paper. The idea is to use a committee of large language models (LLM), video-language models (VLM), e.g. CLIP, audio-language models (ALM) like wav2clip, and speech to text models to supervise each other. This demo explores the interaction between LLMs and VLMs using YouTube videos through a Streamlit app.

Setup

To run the app, a valid HuggingFace API key is needed. Create a key at https://huggingface.co/settings/tokens and save to a file src/hf_api.key.

Run

Navigate to the src dir and run streamlit run app.py.

About

A Streamlit app to run Socratic Models over YouTube videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published