├── .gitignore ├── README.md ├── index.html ├── style.css └── video.js /.gitignore: -------------------------------------------------------------------------------- 1 | hs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarDev913/Ai-Object-Detection/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarDev913/Ai-Object-Detection/HEAD/index.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarDev913/Ai-Object-Detection/HEAD/style.css -------------------------------------------------------------------------------- /video.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarDev913/Ai-Object-Detection/HEAD/video.js --------------------------------------------------------------------------------