This repository contains the proof of concept of a system designed for the analysis of human skeletal models in 3D space using pose estimation tools based on neural networks. The primary objective of this project is to explore and demonstrate the application of modern pose estimation technologies in the fields of medical diagnosis, rehabilitation, and physical activity enhancement.
model_presentation.mp4
The project forms a part of a bachelor's thesis, focusing on the utilization of advanced pose estimation tools, such as MediaPipe. These tools are leveraged to develop practical solutions that can significantly contribute to the healthcare sector, particularly in rehabilitation and medical diagnostics.
(Here, you can include instructions on how to set up and run your project, such as cloning the repository, installing dependencies, and executing the program.)
$ git clone https://github.com/PoseEstimationThesis/PoseEstimation.git
$ cd PoseEstimation
It's generally recommended to set up a virtual environment to keep the dependancies separated from your system and other projects.
$ python -m venv myenv
$ source myenv/bin/activate
In Command Prompt:
$ myenv\Scripts\activate
In PowerShell:
$ .\myenv\Scripts\Activate.ps1
$ pip install -r requirements.txt
$ python src/main.py
MIT