Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
In this tutorial, we are going to check if div element with a specific class name exists or not in JavaScript. The JavaScript program we are going to write for the browser will abl.... Read More
We often need to store an array in a variable. So here in this post, I am going to let you know how you can check whether a variable is an array or not in PHP. So let’s conti.... Read More
In this article, I am going to introduce you to a human detection project in JavaScript for the browser which is using ml5.js, a JavaScript library on top of TensorFlow.js. It can .... Read More
In this tutorial, I will let you know how to create your first simple artificial neural network using the JavaScript TensorFlow.js library. The main purpose of this article is to g.... Read More
Express.js is the most popular web framework for Node.js. Now, I will show you how to show an image on a web page from your local directory in Express.js with the HTML img tag. Exp.... Read More
In this tutorial, I am going to show you how to perform the image classification task on the browser using the ml5 JavaScript library with the MobileNet model. I hope, you are alre.... Read More
Did you ever try to merge multiple objects into one single object in JavaScript? You may wonder how to create one object that will hold all the items of our objects. Well, this art.... Read More
Did you ever think about separating each color component (red, green, blue) from an RGB color string? Here in this article, I am going to show you how you can separate and get the .... Read More