/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
-
Notifications
You must be signed in to change notification settings - Fork 0
madboy482/AirMouse
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Readme
Stars
Watchers
Forks
Releases
No releases published