Skip to content

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

License

Notifications You must be signed in to change notification settings

ClipABit/monorepo

Repository files navigation

ClipABit

Video processing app split into backend and frontend.

  • /backend - Modal-hosted FastAPI service that processes videos
  • /frontend/streamlit - Streamlit technical demo frontend
  • /frontend/plugin - DaVinci Resolve plugin (coming soon)

Running Locally

Open two terminals:

# Terminal 1: Backend
cd backend
uv sync
uv run dev

# Terminal 2: Frontend
cd frontend/streamlit
uv sync
uv run dev

Backend runs on Modal, frontend opens at localhost:8501.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11

Languages