Consult your physiotherapist from the comfort of your home
Our application is capable of detecting even the slightest motion of your muscles, helping you to complete your physio regimen to help you make the most of it. No more worries about over-straining or under-engaging your muscles. Our application is focused on delivering optimum power to aid you in your exercises and to help you become a better you.
We have releases with our binaries for the Raspberry Pi 4B. You can download them from the Releases section.
Building this repository is easy. All code is built with a simple build script that takes care of dependencies as well.
Make sure to have root access to your system.
Just follow the steps below:
sudo apt-get update
sudo apt-get install -y git
$ git clone https://github.com/satanb4/physionix.git
$ cd $HOME/physionix
chmod +x build.sh
./build.sh
build
folder$ doxygen Doxyfile
Module | Contributor |
---|---|
:white_check_mark: ADS1115 / Build | Midhun Mathew |
:white_check_mark: EMGData Module | Midhun Mathew |
:white_check_mark: Core Integration | Midhun Mathew |
:white_check_mark: Top-Level Threading | Midhun Mathew |
:white_check_mark: EMGSignalProcessing Module | Sayan Bandyopadhyay |
:white_check_mark: WebAPI Module | Sayan Bandyopadhyay |
:white_check_mark: Build Scripts (Sh)/ README | Sayan Bandyopadhyay |
:white_check_mark: Github Actions | Sayan Bandyopadhyay |
:white_check_mark: Doxygen and In-Line docs | Sayan Bandyopadhyay |
:white_check_mark: EMG Actuation Module | Sri Krishna Sumanth |
:white_check_mark: High-level Diagrams | Sri Krishna Sumanth |
:white_check_mark: Media and Marketings | Sri Krishna Sumanth |
Instagram
Youtube Channel
Twitter
Facebook
We are open to enhancements
& bug-fixes
😊
This project is developed and maintained by :
MIT License
Copyright (c) [2023] [Sayan Bandyopadhyay]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.