├── README.md ├── assets ├── auto.mp4 └── download.mp4 ├── detify ├── init.py └── install.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omenmn/detify/HEAD/README.md -------------------------------------------------------------------------------- /assets/auto.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omenmn/detify/HEAD/assets/auto.mp4 -------------------------------------------------------------------------------- /assets/download.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omenmn/detify/HEAD/assets/download.mp4 -------------------------------------------------------------------------------- /detify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omenmn/detify/HEAD/detify -------------------------------------------------------------------------------- /init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omenmn/detify/HEAD/init.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omenmn/detify/HEAD/install.sh --------------------------------------------------------------------------------