Face Recognition App In React Native using AWS Rekognition
Face Recognition App In React Native using AWS Rekognition

Note: Some images in this blog post aren’t showing up, we are working on resolving it. You could view the same post with all images on medium here. https://medium.com/zenofai/face-recognition-app-in-react-native-using-aws-rekognition-c10b188a6413 In this blog we are going to build an app for registering faces and verifying faces using Amazon Rekognition in React Native. Installing dependencies: Let’s go... » read more

Linear regression using Apache Spark MLlib

What is linear Regression? Wikipedia states – In statistics, linear regression is a linear approach to modeling the relationship between  dependent variable and one or more  independent variables. Linear regression is a basic and commonly used type of predictive analysis. Back to school math, every straight line can be represented by the equation: y = mx + b, where y is dependent variable... » read more