Research project exploring video understanding through a browser extension and a Python vision pipeline.
extension/ Browser extension (content script, background, popup)
pipeline/ Python vision pipeline (segmentation, optical flow, training)
paper/ Research notes and writeups
v2/ Second iteration experiments
A Chrome/Chromium extension that captures video frames from the browser and sends them to the local pipeline for processing.
Python vision pipeline with modules for:
- Phase field segmentation
- Temporal crystal analysis
- Laplacian-based processing
- Pixel trajectory tracking
- Fluid dense training
pip install -r pipeline/requirements.txt
python pipeline/demo.pyResearch prototype. Not production ready.
MIT. See LICENSE.