The AR Anatomy App is an educational Augmented Reality (AR) application that utilizes Vuforia Engine and Unity to track a marker and project anatomical structures in 3D. This interactive experience enhances learning by allowing users to explore human anatomy in real-time.
✅ Marker-based AR tracking using Vuforia
✅ 3D anatomical models displayed dynamically
✅ Interactive controls for zooming, rotating, and viewing structures
✅ Overlay multiple anatomical models for comparative study
✅ Educational tool for students and professionals
- Unity (Latest version with Vuforia support)
- Vuforia Engine (for AR marker tracking)
- C# Scripting (for interactivity and controls)
- Blender (for modifying 3D models if required)
- Install Unity (Latest version with Vuforia support)
- Install the Vuforia Engine SDK
- Have a physical or digital Image Target
- Clone this repository:
git clone https://github.com/shivakantkurmi/AR-Anatomy.git
- Open Unity and load the project.
- Import the Vuforia Engine package if not included.
- Set up the AR Camera and add an Image Target in the Unity scene.
- [IMPORTANT] Download the anatomical models from this Google Drive link:
📦 Download 3D Anatomical Models or from link : Download 3D Anatomical Models - Import the downloaded models into the
Assets/Anatomy Model/folder inside Unity. - Assign the desired 3D anatomical model to the Image Target.
- Configure your Vuforia License Key in Unity.
- Build and run the application on a supported device.
- Open the application on your device.
- Point the camera towards the designated marker.
- The anatomical structure will appear in AR.
- Use touch gestures to zoom, rotate, and explore the model.
- Enable the Overlay Mode to layer one anatomical system over another for comparison.
The app supports multiple anatomical models categorized into different systems:
- Myology (Muscular System)
- Neurology (Nervous System)
- Angiology (Circulatory System)
- Arthrology (Joint Structures)
- Splanchnology (Visceral Organs)
- Muscular Insertions (Attachment points of muscles)
👉 Download and import all model files from the shared Google Drive link above.
We welcome contributions! Follow these steps:
- Fork the repository.
- Create a new branch (
feature-newfeature). - Commit your changes and push to the branch.
- Submit a pull request for review.
This project is licensed under the MIT License – see the LICENSE file for details.
⭐ Don't forget to star the repo if you found it useful! ⭐