Create a Pinterest like API Part 3 : Clarifai
In the previous part we saw the routing as well as the file upload, in this part we will see the communication with the Clarifay API, to tag our images automatically. Part 3 : Clarifai Clarifai is an image...
Create a Pinterest Like API Part 2 : Express
Now we have our server, however this is something very basic and not enough for our needs, so we will add dependencies in order to reach our goal: routing and uploading files Part 2 : Express First, you must create...
Upgrade Debian 8 to Debian 9 Stretch
Since few hours, Debian 9 Stretch is released to stable version. So, let’s upgrade our Debian 8 Jessie system to Debian 9 Stretch in few commands. First, we upgrade Debian 8 Jessie system: Then, update...
Create a Pinterest Like API with Node.js and Clarifai
Nowadays, we take a lot of photos, it’s always hard to classify them, what if we use the latest advances in machine learning to classify them automatically with a tag system? Throughout this series of 4...