A Desktop Application to Detect Bad Posture and Provide Curated e-commerce suggestions to minimize possible health complications.
- Posture Detection
- Alerting System
- Posture Scoring Calculation
- Product Recommendations
- Secure and Reliable Privacy Policy
- User-Focused and Clean UI
- Open Source
- Clone the repo to your local machine
git clone https://github.com/SlyJavii/SpineWise.git
- Navigate to repo directory and create a virtual environment
cd Spinewise
py -m venv .venv
- Activate virtual environment
# MacOS and Linux only
source .venv/bin/activate
# Windows
.venv\Scripts\activate.bat
- Install SpineWise requirements
py -m pip install -r requirements.txt
- Launch spinewise_gui.py
py spinewise_gui.py
After testing, let us know:
- Was posture detection accurate?
- Was it easy-to-use
- Any bugs, lags, or weird behavior? You can submit feedback by:
- Filling out our Feedback Form: Submit Feedback Here