Create a Pinterest like API Part 4: MongoDB
Almost done ! What’s missing is to save the images in the database and to create express endpoints to recover the images, and the images paginated by tags. Part 4: MongodDb To facilitate our queries to the...
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...
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...