From cdfabe5e7f262456a54c8bffa94c5ab8fa906c33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:43:30 +0000 Subject: [PATCH] Update repo structure --- PROJECT_STRUCTURE.md | 7 +++++-- repo_structure.txt | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index b16e698..23b5d82 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -233,7 +233,6 @@ │ ├── graph.py │ ├── head_pose.py │ ├── logic.xlsx -│ ├── login.py │ ├── peer_comparison_tool.py │ ├── processes.py │ ├── pyaudio_test.py @@ -250,6 +249,7 @@ ├── PROJECT_STRUCTURE.md ├── ReadMe.md ├── Suggested-Issues.md +├── Userdb.sql ├── __pycache__/ │ ├── audio.cpython-311.pyc │ ├── detection.cpython-311.pyc @@ -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 ``` \ No newline at end of file diff --git a/repo_structure.txt b/repo_structure.txt index 14597fb..3864e1e 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -229,7 +229,6 @@ │ ├── graph.py │ ├── head_pose.py │ ├── logic.xlsx -│ ├── login.py │ ├── peer_comparison_tool.py │ ├── processes.py │ ├── pyaudio_test.py @@ -246,6 +245,7 @@ ├── PROJECT_STRUCTURE.md ├── ReadMe.md ├── Suggested-Issues.md +├── Userdb.sql ├── __pycache__/ │ ├── audio.cpython-311.pyc │ ├── detection.cpython-311.pyc @@ -257,6 +257,9 @@ │ ├── contributor.html │ └── contributor.js ├── heatmap_combined_20241009_144503.png +├── login.py ├── modle.png ├── repo_structure.txt -└── requirements.txt \ No newline at end of file +├── requirements.txt +└── templates/ + └── login.html \ No newline at end of file