├── README.md ├── gesture_recognition ├── README.md ├── gesture_recognition.zip ├── gestures │ ├── back_of_hand_washing.csv │ ├── handwash.csv │ ├── other.csv │ └── thumb_twist_hand_wash.csv └── media │ ├── arduino_on_wrist.jpg │ ├── cnn_hand_washing_feature_drawing.jpg │ └── hand_washing_feature_drawing.jpg ├── hello_world ├── README.md └── media │ ├── PlatformIOImport.PNG │ ├── PlatformIOSerialMonitor.png │ ├── PlatformIOUpload.png │ ├── ProjectTasks.PNG │ ├── extensions.PNG │ ├── model-download.PNG │ ├── pio-icon.PNG │ ├── piohome.png │ └── tools-libraries.PNG ├── person_detection ├── README.md ├── Setup.md └── media │ └── arducam.png ├── responsible_ai ├── README.md └── media │ └── sample_view_wit.png └── wake_words ├── README.md └── media ├── ArduinoLoad.png ├── ArduinoPort.png ├── ArduinoSerialMonitor.png ├── ArduinoUpload.png ├── CollabFiles.png ├── CollabLink.png ├── PlatformIOLoad.png ├── PlatformIOSerialMonitor.png ├── PlatformIOUpload.png ├── demo.png └── removeFromWorkspace.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/README.md -------------------------------------------------------------------------------- /gesture_recognition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/README.md -------------------------------------------------------------------------------- /gesture_recognition/gesture_recognition.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/gesture_recognition.zip -------------------------------------------------------------------------------- /gesture_recognition/gestures/back_of_hand_washing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/gestures/back_of_hand_washing.csv -------------------------------------------------------------------------------- /gesture_recognition/gestures/handwash.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/gestures/handwash.csv -------------------------------------------------------------------------------- /gesture_recognition/gestures/other.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/gestures/other.csv -------------------------------------------------------------------------------- /gesture_recognition/gestures/thumb_twist_hand_wash.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/gestures/thumb_twist_hand_wash.csv -------------------------------------------------------------------------------- /gesture_recognition/media/arduino_on_wrist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/media/arduino_on_wrist.jpg -------------------------------------------------------------------------------- /gesture_recognition/media/cnn_hand_washing_feature_drawing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/media/cnn_hand_washing_feature_drawing.jpg -------------------------------------------------------------------------------- /gesture_recognition/media/hand_washing_feature_drawing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/gesture_recognition/media/hand_washing_feature_drawing.jpg -------------------------------------------------------------------------------- /hello_world/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/README.md -------------------------------------------------------------------------------- /hello_world/media/PlatformIOImport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/PlatformIOImport.PNG -------------------------------------------------------------------------------- /hello_world/media/PlatformIOSerialMonitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/PlatformIOSerialMonitor.png -------------------------------------------------------------------------------- /hello_world/media/PlatformIOUpload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/PlatformIOUpload.png -------------------------------------------------------------------------------- /hello_world/media/ProjectTasks.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/ProjectTasks.PNG -------------------------------------------------------------------------------- /hello_world/media/extensions.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/extensions.PNG -------------------------------------------------------------------------------- /hello_world/media/model-download.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/model-download.PNG -------------------------------------------------------------------------------- /hello_world/media/pio-icon.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/pio-icon.PNG -------------------------------------------------------------------------------- /hello_world/media/piohome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/piohome.png -------------------------------------------------------------------------------- /hello_world/media/tools-libraries.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/hello_world/media/tools-libraries.PNG -------------------------------------------------------------------------------- /person_detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/person_detection/README.md -------------------------------------------------------------------------------- /person_detection/Setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/person_detection/Setup.md -------------------------------------------------------------------------------- /person_detection/media/arducam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/person_detection/media/arducam.png -------------------------------------------------------------------------------- /responsible_ai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/responsible_ai/README.md -------------------------------------------------------------------------------- /responsible_ai/media/sample_view_wit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/responsible_ai/media/sample_view_wit.png -------------------------------------------------------------------------------- /wake_words/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/README.md -------------------------------------------------------------------------------- /wake_words/media/ArduinoLoad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/ArduinoLoad.png -------------------------------------------------------------------------------- /wake_words/media/ArduinoPort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/ArduinoPort.png -------------------------------------------------------------------------------- /wake_words/media/ArduinoSerialMonitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/ArduinoSerialMonitor.png -------------------------------------------------------------------------------- /wake_words/media/ArduinoUpload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/ArduinoUpload.png -------------------------------------------------------------------------------- /wake_words/media/CollabFiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/CollabFiles.png -------------------------------------------------------------------------------- /wake_words/media/CollabLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/CollabLink.png -------------------------------------------------------------------------------- /wake_words/media/PlatformIOLoad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/PlatformIOLoad.png -------------------------------------------------------------------------------- /wake_words/media/PlatformIOSerialMonitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/PlatformIOSerialMonitor.png -------------------------------------------------------------------------------- /wake_words/media/PlatformIOUpload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/PlatformIOUpload.png -------------------------------------------------------------------------------- /wake_words/media/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/demo.png -------------------------------------------------------------------------------- /wake_words/media/removeFromWorkspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harvard-CS249R-Fall2020/assignments/HEAD/wake_words/media/removeFromWorkspace.png --------------------------------------------------------------------------------