Added links for handouts, notes, unit contents and tests

This commit is contained in:
K 2024-08-12 00:31:54 +05:30
parent 4572e55695
commit e668572850
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -1,3 +1,21 @@
# HumanComputerInterface (HCI)
---
## Handouts
1. [Case Study](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Handouts/1.%20HCI%20-%20Handout%201%20%28Case%20Study%29.pdf)
2. [Gaming Control](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Handouts/2.%20HCI%20-%20Handout%202%20%28Gaming%20Control%29.pdf)
3. [Gesture control using Java and Android](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Handouts/3.%20HCI%20Handout%20%28Gesture%20control%20using%20Java%20and%20Android%29.pdf)
4. [Mobile app using HCI](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Handouts/4.%20HCI%20-%20Handout%204%20%28Mobile%20app%20using%20HCI%29.pdf)
5. [Pattern Recognition](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Handouts/5.%20HCI%20-%20Handout%205%20%28Pattern%20Recognition%29.pdf)
6. [Testing of various models](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Handouts/6.%20HCI%20-%20Handout%206%20%28Testing%20of%20various%20models%29.pdf)
## Notes
- [Bread butter activity](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Notes/HCI%20-%20Bread%20butter%20activity.pdf)
- [Handgesture recognition control](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Notes/HCI%20-%20Handgesture%20Recognition%20System.pdf)
## [Unit Contents](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Unit%20Contents)
## [Unit Tests](https://git.kska.io/sppu-te-comp-content/HumanComputerInterface/src/branch/main/Unit%20Tests)
---