Posts

Showing posts from 2019

Gesture Recognation References

Main Presentation https://drive.google.com/file/d/1qc8cj3qtnHUlQdDZe1wn7tOysatQ_ITt/view?usp=sharing demos Teachable Matchine. https://teachablemachine.withgoogle.com/ Pose Net https://storage.googleapis.com/tfjs-models/demos/posenet/camera.html Pacman with Motion Learning https://storage.googleapis.com/tfjs-examples/webcam-transfer-learning/dist/index.html for png images http://www.pngonly.com dog png http://pngimg.com mymmy showing http://portagenews.net Hand Gesture Recognition With 3D Convolutional Neural Networks https://www.cv-foundation.org/openaccess/content_cvpr_workshops_2015/W15/html/Molchanov_Hand_Gesture_Recognition_2015_CVPR_paper.html Hand Gesture Recognition for Human Computer Interaction https://www.sciencedirect.com/science/article/pii/S1877050917319130 Convolutional neural network https://en.wikipedia.org/wiki/Convolutional_neural_network dataset and example https://medium.com/twentybn/gesture-recognition-using

build and run web project online (angular) https://stackblitz.com

example https://stackblitz.com/edit/angular-font-awesome-starter?file=src%2Fapp%2Fapp.component.html

Scroll bar css

/* width */ ::-webkit-scrollbar { width : 10px ;    background-color : rgba ( 200 , 200 , 200 , 0 ); } /* Track */ ::-webkit-scrollbar-track { background : rgba ( 200 , 200 , 200 , 0 ); } /* Handle */ ::-webkit-scrollbar-thumb { border-radius : 10px ;    -webkit-box-shadow : inset 0 0 6px rgba ( 0 , 0 , 0 , .3 );    background-color : #9c2c92 ; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background : #e7038e ; }

File Allocation Techniques

https://docs.google.com/presentation/d/1l1LVHidDkYoaoK0QTOej1qcFL2DHDvJnDUznGoeOfSM/edit?usp=sharing

Nodejs,Express,Mongodb, ReactJS

Working project of MERN stack client and server both runs on differen port. Communication is REST API. No Authentication or any other stuff. https://github.com/jelorivera08/react_fullstack MogodbClient with nodejs. https://zellwk.com/blog/crud-express-mongodb/ Express.js API References https://expressjs.com/en/api.html#req.query Fullstack javascript guide. http://www.fullstackjs.com/book/