Posts

Showing posts with the label Artificial Intelligence

Hand Tracking in the Browser using Tensorflow.js and 3 lines of code.

Image
Handtrack.js library allows you track a user’s hand (bounding box) from an image in any orientation, in 3 lines of code. Here’s an example interface built using Handtrack.js to track hands from webcam feed. Try the  demo here. A while ago, I was really blown away by results from an experiment using  TensorFlow  object detection api to  track hands  in an image. I made the  trained model and source code available , and since then it has been used to prototype some rather interesting usecases ( a tool to help kids spell , extensions to  predict sign language ,  hand ping pong , etc). However, while many individuals wanted to experiment with the trained model, a large number still had  issues  setting up Tensorflow (installation, TF version issues, exporting graphs, etc). Luckily, Tensorflow.js addresses several of these installations/distribution issues, as it is optimized to run in the standardized environment of browsers. To...

Machine Learning Projects for Beginners

Image
Before you get started on your project, it is helpful to have access to a library of project code snippets. So anytime you are stuck on your project you can use these solved examples to get unstuck.  If you would like free access to 100+ ready-to-use machine learning code examples,  please click here to get it .   It is always helpful to gain insights on how real people are beginning their career in machine learning. In this blog post, you will find out how beginners like you can make a great progress in applying machine learning to real-world problems with these fantastic machine learning projects for beginners recommended by industry experts. DeZyre industry experts have carefully curated the list of  top machine learning projects for beginners that cover the core aspects of machine learning such as supervised learning, unsupervised learning, deep learning and neural networks. In all these machine learning projects you will begin wi...

Popular posts from this blog

How to Secure Session Management in Node

Angular 9 - User Registration and Login Example & Tutorial

How to download a file using command prompt (cmd) Windows?