Giter VIP home page Giter VIP logo

fenotipagem_digital_saude_vs_0_1's Introduction

OpenDP - Framework to Facilitate the Development of Digital Phenotyping Applications

A framework aimed at identifying behavior patterns, habits, customs of monitored individuals through the collection of data from physical and virtual sensors.

GitHub issues GitHub forks GitHub stars GitHub license Twitter

Summary

Goals

The general objective of this work is to provide a framework focused on Digital Mental Health Phenotyping (DPMH). The solution will facilitate the development of mobile applications that can passively collect context data, process it, and generate high-level information. Therefore, this framework aims to create a software base to support the implementation of solutions that aim to recognize patterns of behavior and habits of users, which can support mental health professionals in their analyses, diagnoses, and treatments.

Arquitetura-framework

Core Components:

  • DPManager: responsible for managing the framework (e.g., start/stop, start/stop the processors, configuring the composition mode of PhenotypeComposer).
  • ProcessorManager: manages activeDataprocessor (e.g., start/stop activeDataprocessor), start/stop sensors, and identifies new plugin that has been installed.
  • DataProcessor: the class where the processors will be implemented (e.g., sociability, mobility, sleep, physical activity).
  • RawDataCollector: The class responsible for collecting the raw data and distributing it to the broker, provides EPL resources for the developer to create their CEP rule.
  • PhenotypeComposer: composes digital phenotypesEvent of users, receiving directly from the data processor of detected events (eg phone calls, sms, GPS, accelerometer).

Plugin Components:

  • PluginManager: class responsible for managing the plugin and its data processing modules that it belongs to. When starting, it sends the list of data processing modules to the Core, when the Core receives this list, it returns only the modules that it is interested in starting, receives data from the Core's sensors, processes them, and returns to the Core.
  • DataProcessor: features the same functionality in Core.

Project-status

🚧 Framework - finished... 🚧

Features

  • DPManager
  • ProcessorManager
  • DataProcessor
  • PhenotypeComposer
  • RawDataCollector

Release-history

  • 0.0.1
    • Security adaptation (digital certificates) in progress.
    • Adaptation of virtual sensors to the M-HUB.

How-to-use

Prerequisites

  • Android version: 6
  • Android API Version: minSdkVersion > 26

Installation

Linux & Windows:

1º option (github project):
	* download the zip project, unzip it.
	* then open with in Android Studio "Open an Existing Project", ready.
2º option (aar files): under construction... 
3º option (apk): under construction... 

Example-of-use

DPManager

public DPManager digitalPhenotypingManager;

Start-framework:

Option:
1 - SEND_WHEN_IT_ARRIVES
2 - GROUP_ALL
3 - FREQUENCY
3.1 - setFrequency(value).
digitalPhenotypingManager = new DPManager.Builder(this)
                .setExternalServer("nameserver.com",1883)
                .setCompositionMode(CompositionMode.FREQUENCY)
                .setFrequency(15)
                .build();
        digitalPhenotypingManager.start();

Stop-framework:

digitalPhenotypingManager.stop();

Start-activeDataprocessor:

List<String> listProcessors = {nameProcessor1,nameProcessor2,...};
digitalPhenotypingManager.getInstance().startDataProcessors(listProcessors);

Stop-DisableDataprocessor:

List<String> listProcessors = {nameProcessor1,nameProcessor2,...};
digitalPhenotypingManager.getInstance().stopDataProcessors(listProcessors);

Plugin

Instructions for use.

https://github.com/jeancomp/Plugin

Certification-Authority-With-Mosquito

Instructions for use.

https://github.com/jeancomp/Certification-Authority-With-Mosquito

License

Your Name – @Twitter[email protected]

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/

Contribution

Main developer:

  1. Jean Pablo (https://github.com/jeancomp)

Contributors:

  1. Ariel Teles (https://github.com/arielsteles)
  2. André

Author

jp
Jean Pablo

Made by Jean Pablo 👋🏽 Contact!

Twitter Linkedin Badge Gmail Badge

fenotipagem_digital_saude_vs_0_1's People

Contributors

jeancomp avatar bardiaalavi-2020 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.