Coder Social home page Coder Social logo

yunpengn / cg3002 Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 28.52 MB

Embedded System Design Project @ NUS CEG

Home Page: https://yunpengn.github.io/CG3002/

License: GNU General Public License v3.0

Python 23.49% C++ 42.92% Makefile 21.46% Shell 5.35% C 6.69% PHP 0.09%
arduino-mega raspberry-pi-3 motion-capture machine-learning embedded-systems

cg3002's Introduction

CG3002 AY1819 Sem1 Dance Dance Team 09 ๐Ÿ’ƒ

This is the main repository for CG3002 project at the National University of Singapore (AY2018/2019 Semester 1). CG3002 is the capstone module for the Computer Engineering programme.

Project Description

This project detects labelled dance moves performed by user.

Accomplished with the use of:

  1. Arduino: Obtain values from sensor and output to Raspberry Pi
  2. Raspberry Pi: Load sensor values to Machine Learning model, send prediction to server
  3. Machine Learning: Process raw data from sensor and output prediction

For more instructions on the software component, please see here.

How to use this project

  • Make sure you have installed the relevant dependencies for each component of this system;
  • First, put all data under software/data/raw;
    • You can download the dataset as a zip file from here. Unzip and put it under software/data/raw.
  • Then, run software/extract_raw.py to extract features into software/data/extract;
    • Alternatively, you can download the extracted data as a zip file from here. Unzip and put it under software/data/extract.
  • After that, run software/train.py to train the model (which will be stored under the software/model folder);
    • Alternatively, you can download the pre-trained model from here. Put it under software/model.
  • During demo, do the following:
    • Run ArduinoRpiCommunications to start sending data from Arduino to the Raspberry Pi;
    • Run the following two programs at the same time:
      • python software/main.py
      • python comms/server-client/final_eval_server.py [IP address] 3002 09

Team Members

Name Sub-team
Leow Zheng Yu Hardware
Xiang Hailin Hardware
Gauri Joshi Software
Niu Yunpeng Software
Chua Kun Hong Communications
Ang Zhi Yuan Communications

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.