yinanhe / VideoChat-with-StableLM

a simple yet interesting tool for chatting about video with StableLM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoChat with StableLM

VideoChat is a multifunctional video question answering tool that combines the functions of Action Recognition, Visual Captioning and StableLM. Our solution generates dense, descriptive captions for any object and action in a video, offering a range of language styles to suit different user preferences. It supports users to have conversations in different lengths, emotions, authenticity of language.

  • Video-Text Generation
  • Chat about uploaded video
  • Interactive demo

🔥 Updates

  • 2023/04/20: Code Release

💬 Example

images images images

🏃 Usage

# Clone the repository:
git clone https://github.com/OpenGVLab/Ask-Anything.git
cd ask-anything/video_chat_with_StableLM

# Install dependencies:
pip install -r requirements.txt

# Download the checkpoints
wget https://huggingface.co/spaces/xinyu1205/Tag2Text/resolve/main/tag2text_swin_14m.pth ./pretrained_models/tag2text_swin_14m.pth
wget wget https://datarelease.blob.core.windows.net/grit/models/grit_b_densecap_objectdet.pth ./pretrained_models/grit_b_densecap_objectdet.pth


# Run the VideoChat gradio demo.
python app.py

Acknowledgement

The project is based on InternVideo, Tag2Text, GRiT and StableLM. Thanks for the authors for their efforts.

About

a simple yet interesting tool for chatting about video with StableLM


Languages

Language:Python 100.0%