Skip to content

madboy482/AirMouse

Repository files navigation

/airmouse_virtualkeyboard
│
├── main.py                 # Main entry point: combines all features
├── requirements.txt        # All dependencies
│
├── /hand_tracking          # Hand + finger tracking logic (Mediapipe)
│   └── tracker.py
│
├── /mouse_control          # Maps finger gestures to mouse actions
│   └── mouse_controller.py
│
├── /virtual_keyboard       # Renders and handles virtual keyboard
│   └── keyboard.py
│
├── /utils                 # Utility functions, helpers
│   └── gesture_utils.py
│   └─E─ screen_utils.py
│
├── /voice_control         # (Optional) Voice command module
│   └F── voice_commands.py
│
├── /gaze_tracking         # (Optional) Eye tracking module
│   └── gaze_tracker.py
│
└── README.md              # Project overview + setup instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages