LAB ASSIGNMENT5 - Girish85/CSEE5590-APL GitHub Wiki

Welcome to the Lab Assignment - 5

Student Name : Girish Kumar Reddy Nagella

Existing Problem:

Here the problem is to: • Complete the Pedometer application and track the steps and • Perform Facial analysis on any image with users.

Here is the StepCounter app for USERS

StepCounter App:


StepCounter App is a Mobile application that keeps track of the steps taken by a user by using accelerometer Sensor.

Here is the Work flow of this application:

StepCounter Home Page:

Home

Start Pedometer:

Home

Stop Pedometer:

Home

Here is the FaceAnalyze app for USERS

FaceAnalyze App:


FaceAnalyze App is a Mobile application that is used to analyze faces in an image and predicts their gender and age.

Here is the Work flow of this application:

FaceAnalyze Home Page:

Home

After Uploading image:

Home

Code Snippets:


Code snippets for StepCounter App:

Main Activity:

Home

Code Snippets for FaceAnalyze:

API Credentials for IBM Watson:

Home

Post Request using Volley:

Home

Using Card View in activity_main:

Home

                                Thankyou