Skip to content

rlmsinclair/udder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 

Repository files navigation

Udder — Frontend

React/TypeScript web frontend for the Udder AI video montage service. Upload a video, let the AI pick the best clips, and download the finished montage directly in the browser.

Features

  • Drag-and-drop video upload (no file size limit)
  • Real-time progress tracking as the backend identifies and assembles clips
  • In-browser video assembly via ffmpeg.wasm — no server round-trip for the final encode
  • Displays each clip's start/end time, transcript, and reason it was selected

Stack

  • React + TypeScript (Vite)
  • ffmpeg.wasm — client-side video assembly
  • axios — communicates with the udder-app FastAPI backend
  • Deployed to DigitalOcean App Platform

Setup

cd frontend
npm install
npm run dev

Related

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors