A rehabilitation and recovery application for individuals to guide themselves post-surgery and to re-develop strength.
This repository is a mono-repo and is structured as follows:
.
├── data
├── mending # the user interface (flutter)
├── model # the ai model & server (python)
└── server # the backend server (golang)
The application is still under construction, this README will be updated accordingly.