Todo
-
Bring these into GitHub pages repo as Hacks or Tangibles on you Time Box page.
- Python
- Eye tracking vision code
- Setup one-shot deep learning for facial recognition
- Add Mortenson photo (hoping it’s good quality photo)
- One option tracks eyes and the other can track faces
- Eye tracker exports data
- Code optimization via scale down scale up method
- Test if it works for face recogniton (note: it doesn’t really)
- Setup one-shot deep learning for facial recognition
- Eye tracking vision code
- Javascript
- Todo list app
- Take input from the task and create a task list
- Editable tasks
- Confirm before deleting a task
- Todo list app
- Linux
- Create a script to verify file permissions on a linux system
- Use chown and chmod to enforce security integrity
- Prevent modification of files (which can be a vulnerability)
- Create a script to verify file permissions on a linux system