summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-05-01 16:35:07 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-05-01 16:35:07 +0530
commita7b88a86d31de5c916a3a95370b201074da5d852 (patch)
tree20264769fd4ed4168c024e5d9dfaabf6a0b45608
parent4ce1220b92a3998a270c2d0b1660716012e0a9e0 (diff)
Adding trainer and dataset directory+TDL
-rw-r--r--README.md32
-rw-r--r--dataset/userdatasetgohere0
-rw-r--r--trainer/modelgoeshere0
3 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md
index 16ee13d..8848d57 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,19 @@ Using LCD 1602 I2C Screen to get the Local IP Address of the Raspberry Pi.
![Overall Setup](media/setup.png)
Overall Setup which is completely wireless.
+# TDL
+- [ ] make folder if it doesnt exists
+- [ ] Wifi Client + Acccess Point
+- [ ] hostapd - Wifi Driver (Ubuntu packs in Raspi?)
+- [ ] Dash Livestream using NGINX/Pipe output of FaceRecognizer window
+- [ ] WebUI Integration using Flask
+- [ ] Limitation of Flask
+- [ ] NGINX + Django
+- [ ] Login Authentication for Admin and Guest
+- [ ] Database Image viewing/Adding removing users
+- [ ] LBPH Improve
+- [ ] User Defined Exception on WebUI for easy troubleshooting
+
# Steps to follow post-installation
## 1. Update & Upgrade Packages
@@ -138,25 +151,12 @@ cd ..
7. Run the "CamTest.py" script.
``` bash
-python opencv-face-detection/CamTest.py
+python opencv-face-recognition/CamTest.py
```
-
Once the script starts running, it will use your webcam to detect faces in the video feed.
-Press 'q' to quit the script.
-Press 'q' to stop the script when you are done.
-
-
-
-
-
-1. Change
-cd opencv-face-detection
-python -m venv .venv
-source .venv/bin/activate
-pip install -r requirements.txt
-cd ..
-python CamTest.py
+8. Press 'Esc' to quit the script.
+Press Escape key to stop the script when you are done.
## Wireless Adapter
diff --git a/dataset/userdatasetgohere b/dataset/userdatasetgohere
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/dataset/userdatasetgohere
diff --git a/trainer/modelgoeshere b/trainer/modelgoeshere
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/trainer/modelgoeshere