Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kynos

License Python JavaScript Buy Me a Coffee

Research project exploring video understanding through a browser extension and a Python vision pipeline.


Structure

extension/      Browser extension (content script, background, popup)
pipeline/       Python vision pipeline (segmentation, optical flow, training)
paper/          Research notes and writeups
v2/             Second iteration experiments

Extension

A Chrome/Chromium extension that captures video frames from the browser and sends them to the local pipeline for processing.


Pipeline

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.py

Status

Research prototype. Not production ready.


Star History

Star History Chart

License

MIT. See LICENSE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Contributors

Languages