Eshita-Badhe /
Virtual-News_Reporter
Virtual News Reporter is an AI-based voice-controlled system that delivers personalized, real-time news summaries, making news more engaging and accessible.
48/100 healthLoading repository data…
shafayat83 / repository
An AI-based virtual mouse controlled via eye tracking. Features real-time cursor movement and click-on-blink functionality using OpenCV, MediaPipe, and PyAutoGUI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
##Structure (suggested)**
Hand-Controlled-Cursor/
│
├── main.py
├── requirements.txt
└── README.md
pip install opencv-python
pip install mediapipe
pip install pyautogui
pip install pynput
pip install numpy
This project allows you to control your mouse cursor using hand gestures via your webcam. You can move the cursor, click, scroll, and even perform drag-and-drop—all using your hands, without a physical mouse.
Follow these steps to get this project running on your system:
Make sure Python 3.9+ is installed. You can download it from python.org.
Check the version in terminal:
python --version
Open VS Code terminal and run:
[git clone https://github.com/YOUR_USERNAME/Hand-Controlled-Cursor.git
cd Hand-Controlled-Cursor](https://github.com/shafayat83/Virtual-Mouse.git)
Install the required Python packages:
pip install -r requirements.txt
This will install:
opencv-python)mediapipe)pyautogui)pynput)numpy)Selected from shared topics, language and repository description—not editorial ratings.
Eshita-Badhe /
Virtual News Reporter is an AI-based voice-controlled system that delivers personalized, real-time news summaries, making news more engaging and accessible.
48/100 healthpoojagandikota /
Developed an AI-based virtual mouse system that enables users to control cursor movements and clicks through hand gestures without physical contact. Implemented using Python, OpenCV, and MediaPipe, the project enhances accessibility and provides a hygienic, touchless interaction experience.
34/100 healthshafayat83 /
main.py.F5 or run in terminal:python main.py
A window will open showing your webcam feed.
ESC → exit program.You can add gestures for:
Adjust distances in code for sensitivity and smoothness.
module 'mediapipe' has no attribute 'solutions' → Make sure mediapipe is updated:pip install --upgrade mediapipe
This project is open-source. Feel free to use and modify it.
An AI-based virtual mouse controlled via eye tracking. Features real-time cursor movement and click-on-blink functionality using OpenCV, MediaPipe, and PyAutoGUI.
Aarya-Chaudhari /
Virtual News Reporter is an AI-based voice-controlled system that delivers personalized, real-time news summaries. Built with HTML, CSS, JS, Python, Gemini AI, GNewsAPI, and Google TTS/STT, it lets users select categories, listen to updates, and interact with the AI, making news more engaging and accessible.
27/100 health