Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2024
1 parent 01c0fad commit 52320ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,19 @@
│ ├── graph.py
│ ├── head_pose.py
│ ├── logic.xlsx
│ ├── model_training.py
│ ├── mtcnn_face_detection.py
│ ├── object_detection.py
│ ├── peer_comparison_tool.py
│ ├── processes.py
│ ├── proctor_api.py
│ ├── proctor_core.py
│ ├── pyaudio_test.py
│ ├── run.py
│ ├── screen_recorder.py
│ ├── test-image.jpg
│ └── test-image2.jpg
│ ├── test-image2.jpg
│ └── train.py
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── GSSoC-Ext.png
Expand All @@ -254,12 +258,16 @@
├── LICENSE
├── PROJECT_STRUCTURE.md
├── ReadMe.md
├── SECURITY.md
├── SECURITYPOLICY.md
├── Suggested-Issues.md
├── Userdb.sql
├── __pycache__/
│ ├── audio.cpython-311.pyc
│ ├── detection.cpython-311.pyc
│ └── head_pose.cpython-311.pyc
│ ├── head_pose.cpython-311.pyc
│ └── tutorial/
│ └── tutorial.html
├── calenderApp/
│ └── calender.html
├── contributor/
Expand Down
12 changes: 10 additions & 2 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,19 @@
│ ├── graph.py
│ ├── head_pose.py
│ ├── logic.xlsx
│ ├── model_training.py
│ ├── mtcnn_face_detection.py
│ ├── object_detection.py
│ ├── peer_comparison_tool.py
│ ├── processes.py
│ ├── proctor_api.py
│ ├── proctor_core.py
│ ├── pyaudio_test.py
│ ├── run.py
│ ├── screen_recorder.py
│ ├── test-image.jpg
│ └── test-image2.jpg
│ ├── test-image2.jpg
│ └── train.py
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── GSSoC-Ext.png
Expand All @@ -250,12 +254,16 @@
├── LICENSE
├── PROJECT_STRUCTURE.md
├── ReadMe.md
├── SECURITY.md
├── SECURITYPOLICY.md
├── Suggested-Issues.md
├── Userdb.sql
├── __pycache__/
│ ├── audio.cpython-311.pyc
│ ├── detection.cpython-311.pyc
│ └── head_pose.cpython-311.pyc
│ ├── head_pose.cpython-311.pyc
│ └── tutorial/
│ └── tutorial.html
├── calenderApp/
│ └── calender.html
├── contributor/
Expand Down

0 comments on commit 52320ed

Please sign in to comment.