Giter Site home page Giter Site logo

person_pose_estimator's Introduction

person_pose_estimator

This project is used as a helper for hospital to know the status of each mental patient. It can detect patient's pose in real-time, because we place many known zigbee labels in each rooms and equip with a sensor for every patient. As the abnormal circumstance occurs, the nurse can find those changes from the monitor screen system. For web, we use flask as our development framework, and zigbee network is used in pi instead.

Now, Let's start to introduce the file structure of our project. Generally, our project is divided into three parts, with micro-controller (sensors, receivers and et. al.), Gateway(pi), and Server(web server).

Get Started

Pi

git clone https://github.com/ZhuChaozheng/person_pose_estimator
cd person_pose_estimator
python3 Pi/zigbee_receiver.py > ~/log.txt

also modify the server IP in zigbee_receiver.py

Now, we have finished the deloyment of hardware layer. Next, Let us consider the web. As you can see, we have a folder of web, you should move it to your web server.

scp -r Server/web/ [email protected]:/var/www/html

Ubuntu server

the following operations please switch to your web server

cd /var/www/html/web/
python3 manange.py

person_pose_estimator's People

Contributors

blackantywj avatar linuswang01 avatar zhuchaozheng avatar

Watchers

 avatar  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.