In this article, we’ll get up and running with the Google Cloud Vision API to detect faces. We’ll be using an existing image and draw a box around each detected face.
- Home
- API
13th June 2018
Sentiment Analysis Using Laravel and Google Natural Language API
Laravel/Web DevelopmentSentiment Analysis is the process of determining whether a piece of text is positive, negative or neutral. The goal of this article is to get you up and running using the Google Natural Language API with Laravel. You’ll be using this API to perform sentiment analysis on text.