Skip to content

jayxvj/AuraScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 AuraScan

This repository contains an AI-powered AR Health Scanner and Virtual Try-On System.
It combines computer vision, deep learning, and augmented reality to detect human health cues, recognize objects, and overlay virtual items in real-time.


πŸ“‚ Project Structure

β”œβ”€β”€ model/ # Pre-trained & custom-trained ML/DL models β”œβ”€β”€ snaps/ # Example screenshots & output snapshots β”œβ”€β”€ tryon resources/ # Glasses / accessories / virtual objects for AR TryOn β”œβ”€β”€ error_handling.py # Centralized error handling & logging β”œβ”€β”€ health_scanner.py # AR Health Scanner (face, posture, nails, skin) β”œβ”€β”€ obj_recog.py # Object recognition using YOLO / vision models β”œβ”€β”€ skin_scan.py # Skin condition prediction (CNN) β”œβ”€β”€ train_labels.py # Dataset training & label mapping β”œβ”€β”€ tryon.py # AR Virtual Try-On engine └── README.md # Project documentation


πŸš€ Features

  • Real-time AR Health Scanner

    • Eye fatigue detection
    • Posture analysis (spine, shoulders, head tilt)
    • Nail & skin health checks
  • Skin Condition Classification

    • Uses a CNN trained on medical skin datasets
    • Detects and classifies conditions with accuracy reports
  • Object Recognition

    • YOLOv8 / Mediapipe-based real-time recognition
    • Identifies daily objects, living/non-living items
  • Virtual Try-On (AR)

    • Overlay glasses / accessories on user’s face
    • Uses tryon resources/ assets
  • Robust Error Handling

    • Centralized logging in error_handling.py
  • Training Utilities

    • train_labels.py handles dataset preprocessing & label mappings

πŸ› οΈ Installation

Requirements

  • Python 3.9+
  • OpenCV
  • Mediapipe
  • TensorFlow / Keras
  • NumPy
  • Ultralytics YOLO (optional for obj_recog.py)

Install dependencies

pip install -r requirements.txt

About

🧠 An AI-powered AR Camera App that scans health 🩺, predicts skin conditions 🌿, recognizes objects πŸ”, and overlays virtual try-on accessories πŸ‘“ in real time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages