RRapidAPIinrapidapi.hashnode.dev·Sep 24, 2021 · 7 min readBuild an Image-to-Text Extractor Application using APIText extraction is a process in which we extract ASCII characters from the image or a scanned document. This kind of application has a wide range of scope, including text recognition which further helps in various Machine Learning algorithms. In th...00
RRapidAPIinrapidapi.hashnode.dev·Sep 17, 2021 · 7 min readHow to Create a Text Sentiment Analysis App using ReactText sentiment analysis is a machine learning and natural language processing technique to analyze the text sentiment of a writer. The sentiment can be positive, negative, or neutral. Text sentiment analysis, also known as opinion mining, is a deep a...00
RRapidAPIinrapidapi.hashnode.dev·Sep 10, 2021 · 7 min readHow to Create an Emotions Recognition AppEmotion recognition is the process of identifying human emotion. Extracting and understanding emotion have high importance in the interaction between human and machine communication. Nowadays, many companies use emotion recognition models in their in...00
RRapidAPIinrapidapi.hashnode.dev·Sep 3, 2021 · 2 min readIntroduction to SOAP APISOAP is a necessary protocol that helped introduce the widespread use of APIs. SOAP is the acronym for Simple Object Access Protocol. It is a standardized protocol that relies on XML to make requests and receive responses. Even though SOAP is based o...00
RRapidAPIinrapidapi.hashnode.dev·Aug 27, 2021 · 3 min readIntroduction to REST APIThe abbreviation REST stands for "REpresentational State Transfer". REST APIs are used to call resources and allow the software to communicate based on standardized principles, properties, and constraints. How REST APIs work REST APIs operate on a...00