#271 · Primary category: Computer Vision

AI-basketball-analysis

api artificial-intelligence basketball computer-vision deep-learning machine-learning object-detection openpose pose-estimation tensorflow yolo yolov4

:basketball::robot::basketball: AI web app and API to analyze basketball shots and shooting pose.

Project last updated:09/26/24

GitHub Stars

1.3K

Forks

235

Contributors

5

License

Other

Why we included this project

This is one of those projects that turns a machine-learning idea into something you can actually feed footage to. Upload a basketball video or hit its API with a POST request, and it returns shot and pose analysis built on OpenPose body keypoints and YOLO-style object detection. The value is in the plumbing: the author wires a Flask web app to a computer-vision backend, so it reads like a workable template for anyone building video-analysis tools around pose estimation, not just a notebook demo. Sports analysts and learners can use it to see how the pieces fit together. One caveat: it is licensed for noncommercial research use only, because it depends on OpenPose, so plan around that if you are thinking beyond experiments.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category