Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages