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 Oct 28, 2024
1 parent bec668f commit cdfabe5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
│ ├── graph.py
│ ├── head_pose.py
│ ├── logic.xlsx
│ ├── login.py
│ ├── peer_comparison_tool.py
│ ├── processes.py
│ ├── pyaudio_test.py
Expand All @@ -250,6 +249,7 @@
├── PROJECT_STRUCTURE.md
├── ReadMe.md
├── Suggested-Issues.md
├── Userdb.sql
├── __pycache__/
│ ├── audio.cpython-311.pyc
│ ├── detection.cpython-311.pyc
Expand All @@ -261,8 +261,11 @@
│ ├── contributor.html
│ └── contributor.js
├── heatmap_combined_20241009_144503.png
├── login.py
├── modle.png
├── repo_structure.txt
└── requirements.txt
├── requirements.txt
└── templates/
└── login.html
```
<!-- END_STRUCTURE -->
7 changes: 5 additions & 2 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@
│ ├── graph.py
│ ├── head_pose.py
│ ├── logic.xlsx
│ ├── login.py
│ ├── peer_comparison_tool.py
│ ├── processes.py
│ ├── pyaudio_test.py
Expand All @@ -246,6 +245,7 @@
├── PROJECT_STRUCTURE.md
├── ReadMe.md
├── Suggested-Issues.md
├── Userdb.sql
├── __pycache__/
│ ├── audio.cpython-311.pyc
│ ├── detection.cpython-311.pyc
Expand All @@ -257,6 +257,9 @@
│ ├── contributor.html
│ └── contributor.js
├── heatmap_combined_20241009_144503.png
├── login.py
├── modle.png
├── repo_structure.txt
└── requirements.txt
├── requirements.txt
└── templates/
└── login.html

0 comments on commit cdfabe5

Please sign in to comment.