Skip to content

jonathanlawhh/posture-detection-backend

Repository files navigation

posture-detection-backend

Built on top of YOLOv3. Using Python 3.7 > and compiled to Cython.

Project setup

For production

Deploy using Dockerfile.

For development

  1. Install pip requirements
  2. Build for Cython
  3. Run and test locally.
    app.py for web server, local.py for reading local directory.
pip install -r requirements
python setup.py build_ext --inplace
python app.py
python local.py

About

Sitting posture identifier that identifies your sitting posture, giving insights and serving as a base model for extended use in the medical field. Application: https://posture.jonathanlawhh.com/

Topics

Resources

Stars

Watchers

Forks