├── LICENSE.md ├── README.md ├── server.py └── static ├── local.html ├── local.js └── objDetect.js /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/webrtc_cv/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/webrtc_cv/HEAD/README.md -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/webrtc_cv/HEAD/server.py -------------------------------------------------------------------------------- /static/local.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/webrtc_cv/HEAD/static/local.html -------------------------------------------------------------------------------- /static/local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/webrtc_cv/HEAD/static/local.js -------------------------------------------------------------------------------- /static/objDetect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/webrtc_cv/HEAD/static/objDetect.js --------------------------------------------------------------------------------