Giter Site home page Giter Site logo

karasawatakumi0621 / com.aware.plugin.google.activity_recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from denzilferreira/com.aware.plugin.google.activity_recognition

0.0 0.0 0.0 10.08 MB

Plugin that uses Google Location APIs to capture users mode of transportation: still, walking, running, biking, in vehicle (car, bus).

Java 100.00%

com.aware.plugin.google.activity_recognition's Introduction

AWARE: Google Activity Recognition

Release

This plugin uses Google Location API's to capture users mode of transportation: still, walking, running, biking, in vehicle (car, bus).

Settings

Parameters adjustable on the dashboard and client:

  • status_plugin_google_activity_recognition: (boolean) activate/deactivate plugin
  • frequency_plugin_google_activity_recognition: (integer) How frequently to detect user's activity (in seconds)

Broadcasts

ACTION_AWARE_GOOGLE_ACTIVITY_RECOGNITION Broadcasted when we have a new activity inference, with the following extras:

  • activity: (int) the current DetectedActivity
  • confidence: (int) how confident is the prediction (0-100%)

Providers

Google Activity Recognition Data

content://com.aware.plugin.google.activity_recognition.provider.gar/plugin_google_activity_recognition

Field Type Description
_id INTEGER primary key auto-incremented
timestamp REAL unix timestamp in milliseconds of sample
device_id TEXT AWARE device ID
activity_name TEXT human-readable activity name: unknown, tilting, on_foot, in_vehicle, on_bicycle, running, walking
activity_type INTEGER one of DetectedActivity
confidence INTEGER prediction accuracy (0-100%)
activities TEXT JSON array with other potential activities, e.g., [{'activity':'walking','confidence':90},...]

com.aware.plugin.google.activity_recognition's People

Contributors

denzilferreira avatar akuvisur avatar juliov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.