Skip to content

Welcome to the ClipABit GitHub!

What is ClipABit?

ClipABit is a semantic search engine that enables video editors to search through their footage using natural language, saving them the time it takes to search through files manually. Think of it as an AI-powered Ctrl+F tool for videos. You can search based on the context of the clip, location, entities and people. You can use it directly in an editor like Davinci Resolve or in the cloud through our web client. Check out our current tech demo here!

How does it work?

We take all the user uploaded footage, index it and save its context in a vector database that can be queried to find the most relevant clips instantly. During indexing, we chunk and normalize videos, extract frames and create embeddings from the visual and audio semantics. This is done using various pre-trained models. At the same time, we also extract any faces from frames, cluster identical ones together and tag them. Upon querying, the user input is compared against the vectors stored in the database, where the most relevant ones are retrieved, ranked, and the respective video clips are returned.

What can you find here?

Here you’ll find repositories for the various projects and initiatives our team is working on. This includes implementations of the core ClipABit product, experimental research into new model architectures, and testing frameworks for evaluating performance. Feel free to browse around and explore what we’ve been building!

The Team

This project couldn't have been possible without the leadership of our amazing technical project managers and the dedication of our core members

Technical Project Managers

Core Members

Pinned Loading

  1. Onboarding-Project Onboarding-Project Public

    Onboarding exercise as part of the ClipABit team

    Python 1

Repositories

Showing 10 of 11 repositories
  • monorepo Public

    monorepo for the main clipabit application. Includes embedding, querying, facial recognition engines, and both web and Davinci Resolve clients

    ClipABit/monorepo’s past year of commit activity
    Python 3 Apache-2.0 1 0 2 Updated Jan 5, 2026
  • clipabit-product-page Public

    Try me bro!

    ClipABit/clipabit-product-page’s past year of commit activity
    TypeScript 0 0 0 2 Updated Jan 4, 2026
  • .github Public

    ClipABit: A semantic search engine helping video editors search through their footage using natural language

    ClipABit/.github’s past year of commit activity
    0 0 0 0 Updated Dec 18, 2025
  • split-clips Public
    ClipABit/split-clips’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Nov 17, 2025
  • ClipABit/facial-recognition’s past year of commit activity
    Python 0 0 0 0 Updated Nov 13, 2025
  • multimodal-embeddings Public

    Testing different embedding methods (image + text, video + text, llm)

    ClipABit/multimodal-embeddings’s past year of commit activity
    Python 0 0 0 0 Updated Oct 29, 2025
  • textbasedvideosearch Public

    basic implementation of a semantics based video search, working on adding other models and such

    ClipABit/textbasedvideosearch’s past year of commit activity
    Python 0 0 0 0 Updated Oct 27, 2025
  • Multimodal-Audio-Search Public

    Multimodal ASR and General audio vectorization and retrieval, and proof of concept for a type of pipeline converting modalities to text before vectorizing and weighting combinations of similarity from vector search based on prompt characteristics.

    ClipABit/Multimodal-Audio-Search’s past year of commit activity
    Python 0 0 0 0 Updated Oct 15, 2025
  • ClipABit/audio-transcription’s past year of commit activity
    Python 0 Apache-2.0 0 0 0 Updated Oct 12, 2025
  • Onboarding-Project Public

    Onboarding exercise as part of the ClipABit team

    ClipABit/Onboarding-Project’s past year of commit activity
    Python 0 1 1 1 Updated Oct 11, 2025

Most used topics

Loading…