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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 modal serve main.py

# Terminal 2: Frontend
cd frontend/streamlit
uv sync
uv run streamlit run app.py

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

Languages