Giter Site home page Giter Site logo

gui_predictor_bl's Introduction

Human Activity Recognition with smartphone sensors

In this project, A system was developed to collect smartphone IMU data in realtime and predict peformed activities from it.

Description

The system consists of 2 important parts:

Sensor data streaming and processing

Sensor data from smartphone was streamed in realtime using a custom made android application. The app used bluetooth to establish connection and transfer data to the PC. A python program was written using the pybluez library that maintained connection with the app and stored data in a buffer. The data was processed and fed to the deep-learning model to predict performed activity.

Graphical User Interface (GUI)

A Graphical User Interface (GUI) was built using python library PyQt5 for the sytem.

Flowchart

FlowChart

Video

Dependencies

Data processing: numpy, matplotlib, pandas, pickle

GUI: PyQt5, pyqtgraph

Machine learning: sklearn, tensorflow, keras

Bluetooth: pybluez

Download and Usage

App link: https://github.com/saidulK/bluetooth_data_streamer

  1. Download the app and pair smartphone with the PC.
  2. Download this repo
  3. Install dependencies
  4. Run GUI_predictor.py
  5. Open app

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.