First of all, you need to clone the repository to your local machine using Git.
git clone https://github.com/omar-abdelgawad/sperm-keypoint-detection.git
For building the project, you need to have the model weights file, which is not included in this repository. You need to download the models weights file called last.pt and then put it in the model/ folder (you may have to create it yourself) in the project directory.
Finally, you can build the project by running the build script.
.\build_script.bat
The build output will be in the dist/ folder.