@AYi_AInotes: Someone on GitHub turned 1,324 fitness exercises into an open-source database, not just text descriptions. Each exercise comes with a static JPG image, GIF animation, bilingual instructions, target muscles, and equipment type, all 2,648 media files packaged together. It also comes with a local webpage that supports...
Summary
Someone on GitHub open-sourced a database of 1,324 fitness exercises, each with images, GIF animations, bilingual instructions, target muscles, and equipment type, along with a directly runnable local webpage and developer tools, suitable for fitness app prototypes, AI motion recognition, etc.
View Cached Full Text
Cached at: 06/29/26, 04:29 PM
Someone on GitHub has turned 1,324 fitness exercises into an open-source database—and it’s not just text descriptions.
Each exercise comes with a static JPG image + animated GIF demonstration + bilingual description + target muscles + equipment type. All 2,648 media files are fully packaged.
It also includes a local web page with filtering by body part and keyword search, ready to use out of the box.
Three most practical components:
- index.html: double-click to open – search + filter + grid view. Click an exercise to see a large image + play the GIF. Fully local.
- setup.html (developer’s delight): one-click SQL table creation statements (MySQL/PostgreSQL/SQLite), multi-language API example code (JS/Python/Go/Java), and even built-in LLM prompts to let AI write backend endpoints for you.
- exercises.json + images/ + videos/ folders: core data and media files ready to read – integrate with zero friction.
Coverage is comprehensive: Chest 163, Back 203, Legs 227, Upper Arms 292, Shoulders 143, Waist 169, Bodyweight exercises 325.
Building a fitness app prototype, short-video material, AI motion recognition training, a personal knowledge base – you can skip the “from zero to something” stage entirely.
I think the real value of a project like this isn’t the data volume – it’s the “out-of-the-box” four-letter word. The built-in local web page directly demonstrates the value of the data. You don’t need to write a frontend first to see results. What it saves isn’t just money – it’s that most grueling stretch of time from an idea to something that actually runs.
Similar Articles
@cevenif: The private training sessions that cost hundreds of yuan per session at the gym now have an open-source alternative that can handle everything for you. There's a project called workout-cool on GitHub that's very handy for fitness enthusiasts: Choose equipment, choose body parts, it automatically generates a workout plan, and you can track progress throughout. A massive library of exercises with images and video explanations, making it hard to get moves wrong...
workout-cool is an open-source fitness coach platform that can automatically generate training plans, track progress, includes a vast exercise library with video explanations, supports one-click Docker deployment, and keeps your data under your control.
@tom_doerr: Fitness dataset with animation GIFs and bilingual instructions https://github.com/hasaneyldrm/exercises-dataset…
A comprehensive fitness exercise dataset with 1,324 exercises, each including animation GIFs, thumbnails, muscle group info, equipment data, and bilingual instructions (English/Turkish), suitable for building workout applications or machine learning projects.
@AYi_AInotes: A Must-Have Tool for Computer Vision Developers, Open-Source with 40k Stars on GitHub! No need to write hundreds of lines of bounding box and tracking code. Get all visualizations with a single command. Supervision, the true Swiss Army knife of CV. How powerful is it? Automatic bounding boxes with labels, supports numbering and custom styles, permanent object tracking for videos, IDs don't jump, trajectories auto-generated...
Supervision is an open-source computer vision visualization tool that enables bounding boxes, tracking, dataset format conversion, heatmaps, etc. with a single command. Used by 6500+ projects, with 40k stars on GitHub.
@LufzzLiz: Haha, this morning I saw @YuLin807 post that foreigners made similar beautiful animated GIFs. I tried using animated GIFs to summarize my article project, and surprisingly it came out quickly. QingYue, come take a look. Does it look good? If so, I'll open source the whole skill.
The user tried to summarize their article project with animated GIFs, got good results, and is considering open-sourcing it.
@xiaoying_eth: 10 GitHub repos that work for you even while you sleep: 1. OpenHands AI writes its own code, runs its own tests. Scored 77.6% on SWE-bench, one of the strongest autonomous programming agents. https://github.com/OpenHands…
This tweet curates 10 noteworthy GitHub repositories covering AI programming agents, automation tools, and collaboration frameworks, including OpenHands, CrewAI, n8n, and more.