├── LICENSE ├── README.md ├── docs ├── Gesture_report.pdf └── Results │ ├── Projectvideo.mp4 │ ├── Testing-Demo.mp4 │ └── demoimage.png ├── notes ├── Neural networks-Deep learning notes P-1, Gaurav.pdf ├── deeplearning (1).pdf ├── linearalgebra.pdf └── neuralnetworks.pdf ├── scenes └── gdar.ttt └── src ├── cnn_tut_gestures.py ├── finalcode.py ├── gesturedetection(contours).py └── handrecognition_model.h5 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/README.md -------------------------------------------------------------------------------- /docs/Gesture_report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/docs/Gesture_report.pdf -------------------------------------------------------------------------------- /docs/Results/Projectvideo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/docs/Results/Projectvideo.mp4 -------------------------------------------------------------------------------- /docs/Results/Testing-Demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/docs/Results/Testing-Demo.mp4 -------------------------------------------------------------------------------- /docs/Results/demoimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/docs/Results/demoimage.png -------------------------------------------------------------------------------- /notes/Neural networks-Deep learning notes P-1, Gaurav.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/notes/Neural networks-Deep learning notes P-1, Gaurav.pdf -------------------------------------------------------------------------------- /notes/deeplearning (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/notes/deeplearning (1).pdf -------------------------------------------------------------------------------- /notes/linearalgebra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/notes/linearalgebra.pdf -------------------------------------------------------------------------------- /notes/neuralnetworks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/notes/neuralnetworks.pdf -------------------------------------------------------------------------------- /scenes/gdar.ttt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/scenes/gdar.ttt -------------------------------------------------------------------------------- /src/cnn_tut_gestures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/src/cnn_tut_gestures.py -------------------------------------------------------------------------------- /src/finalcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/src/finalcode.py -------------------------------------------------------------------------------- /src/gesturedetection(contours).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/src/gesturedetection(contours).py -------------------------------------------------------------------------------- /src/handrecognition_model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dhruv454000/Gesture-detection-and-replication/HEAD/src/handrecognition_model.h5 --------------------------------------------------------------------------------