{"id":28762238,"url":"https://github.com/daverucha/airslides","last_synced_at":"2026-05-07T18:13:55.604Z","repository":{"id":295047602,"uuid":"988885900","full_name":"DaveRucha/AirSlides","owner":"DaveRucha","description":"Gesture-based slide controller with real-time narration (Python, OpenCV, Mediapipe, gTTS)","archived":false,"fork":false,"pushed_at":"2025-05-23T09:33:48.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T08:07:32.034Z","etag":null,"topics":["ai-project","computer-vision","gesture-control","gtts","mediapipe","ocr","opencv","presentation-tools","python","tts"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaveRucha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-23T08:17:40.000Z","updated_at":"2025-05-23T09:40:35.000Z","dependencies_parsed_at":"2025-05-26T07:33:14.442Z","dependency_job_id":null,"html_url":"https://github.com/DaveRucha/AirSlides","commit_stats":null,"previous_names":["daverucha/airslides"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaveRucha/AirSlides","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRucha%2FAirSlides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRucha%2FAirSlides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRucha%2FAirSlides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRucha%2FAirSlides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaveRucha","download_url":"https://codeload.github.com/DaveRucha/AirSlides/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRucha%2FAirSlides/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260318700,"owners_count":22991120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-project","computer-vision","gesture-control","gtts","mediapipe","ocr","opencv","presentation-tools","python","tts"],"created_at":"2025-06-17T08:07:31.808Z","updated_at":"2026-05-07T18:13:55.531Z","avatar_url":"https://github.com/DaveRucha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🖐️ AirSlides – Gesture-Controlled Slide Narration System\n\n**AirSlides** is a real-time, contactless presentation tool that lets you control slides and narrate them using only hand gestures — no remotes, no clicking, no touching.\n\nBuilt using Python, OpenCV, Mediapipe, and gTTS, it enables a fully hygienic and intuitive presentation experience.\n\n---\n\n## 🚀 Features\n\n| Gesture         | Action                         |\n|-----------------|--------------------------------|\n| ✋ Palm         | Next Slide                     |\n| ✌️ V Sign       | Previous Slide                 |\n| ☝️ Point        | Toggle Pointer (red dot)       |\n| 👌 OK Sign      | Toggle Draw Mode (whiteboard)  |\n| 🤘 Rock Sign    | Clear Drawing                  |\n| 🤙 L Sign       | Toggle Slide Narration         |\n\n🎤 Narration is powered by:\n- **OCR** using `pytesseract`\n- **Text-to-Speech** using `gTTS` + `pygame.mixer`\n\n---\n\n## 🛠 Installation\n\n1. Install **Python 3.8 to 3.11** from [https://www.python.org/downloads/](https://www.python.org/downloads/)\n\n2. Install required Python packages:\n\n```bash\npip install -r requirements.txt\n```\n\n3. Install **Tesseract OCR**:\n   - Download from: https://github.com/tesseract-ocr/tesseract\n   - Add its install path to your system's `PATH`\n\n4. Install **Poppler for Windows** (for PDF conversion):\n   - Download from: http://blog.alivate.com.au/poppler-windows/\n   - Add the `bin/` folder to your `PATH`\n\n---\n\n## ▶️ How to Run\n\n1. Launch the app:\n\n```bash\npython airslides.py\n```\n\n2. When prompted, enter the path to a **PDF file** of your slides.\n\n3. Use hand gestures in front of your webcam to:\n   - Navigate slides\n   - Draw and highlight\n   - Narrate the slide content out loud\n\n---\n\n## 💡 Why AirSlides?\n\n- ✅ 100% Touchless\n- ✅ Real-time OCR and narration\n- ✅ Works offline (no internet required)\n- ✅ Great for educators, demos, recordings\n\n---\n\n## 📦 Requirements\n\n- Python 3.8–3.11\n- Webcam\n- [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)\n- [Poppler](http://blog.alivate.com.au/poppler-windows/)\n- Python packages:\n  - opencv-python\n  - mediapipe\n  - pytesseract\n  - gTTS\n  - pygame\n  - pdf2image\n  - Pillow\n  - pywinauto\n\n---\n\n## 👤 Author\n\n**Created by Rucha Avinash Dave**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaverucha%2Fairslides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaverucha%2Fairslides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaverucha%2Fairslides/lists"}