This is a project I'am mentoring along with Parth Laturia (https://github.com/ParthLa) as a part of Seasons of Code, Web and Coding Club, IIT Bombay.
The project is about making a virtual keyboard that can be projected on any flat surface like a table and then can be used to type in real-time. To start with, we need to program image processing that senses touch at a certain key on the virtual setting of keyboard.This can be achieved by detecting and locating the center position of the light outline to discern and detect the position of finger and then map to keyboard position to achieve relative keyboard key events.
With OpenCV vision library, it is fast to find the finger outline which is get by image camera, the position of finger location and revise the image surface distortion which is caused by image camera.
After that, our task would be to fetch programs for individual as well as combination of keys (ex. Shift + any letter = Capital).
This project is also a little hardware intensive along with the software part as proper calibration, correct positioning of different components and code testing needs to be done at various steps. Hardware testing shall be done by the mentors and mentees who would be in the insti during the summer vacations and the results and changes would be shared with those at home.
- GitHub Basics
- Dual Boot Setup
- Markdown Quickguide
- Markdown Extensive Cheatsheet
- Linux Command Line Basics
- The Art of Command Line
- Linux Commands Cheat Sheet
- Python Resource 1
- Python Resource 2
- Python SciPy
- Python Practice
- OpenCV Video Tutorials
- OpenCV GFG Tutorials
Team 1 | Team 2 | Team 3 | Team 4 | Team 5 | Team 6 | Team 7 |
---|---|---|---|---|---|---|
Aanal Sonara | Paarth Jain | Aashuraj Hassani | Sharvaree Sinkar | Aashwin Agarwal | Akshat Vira | Shri Ishwaryaa SV |
Ankit Kumar Jain | Harshavardhan Ragade | Pavithra | Aayush Shrivastav | Darin Jeff | Devansh Saini | Hitesh Wadhwani |
Dhanush S | Kritin Agarwal | Sudhansh | Nirmal Shah | Bitthal Parida | Riya Agarwal | Pallavi Kochar |
Yash Sharda | Tanisha Khandelwal | Vishesh Agarwal | Harsh Kumar | Aditya Vijay Jain | Rushil Kopakka | Yashika Singhal |
- Dual Boot your PC and install Ubuntu 18.04 (Recommended but not Necessary).
- Learn basic use of GitHub (Branching, Forking, Merge, Pull, Push operations).
- Learn basics of Markdown and make a repository for proper documentation of your progress during the project.
- Learn using Linux via terminal command lines.
- Learn Python through the resources given.
- Properly document your previous week's progress.
- Set your hands and get a flow in Python by practicing problems on HackerRank.
- Formation of teams for upcoming assignment.
- First assignment on 2nd April
- Submission of first assignment by 6th April 11:59 PM.
- Score Evaluation and Updation of Leaderboard.
- Evaluation of solutions of assignment 1 (7, 8 April).
- Documenting previous week's progress on respective GitHub ID's.
- Start with OpenCV Tutorials.
- Keep practicing Python problems on HackerRank.
- Complete OpenCV tutorials.
- Complete Documentation of OpenCV notes
- Invisibility Cloak project.
- Update Progress Reports.
- Wrap up the stuff till now.
- Start with Sudoku Solver Project
- Implement Paper Keyboard