Spaces:
Running
Running
Update persons.zip to new version with increased size and updated hash
Browse files- .gitignore +2 -1
- CLAUDE.md +4 -0
- data/face_arc.voy +2 -2
- data/face_facenet.voy +2 -2
- data/faces.json +0 -0
- data/persons.zip +2 -2
.gitignore
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
venv
|
| 2 |
flagged
|
| 3 |
temp.jpg
|
| 4 |
-
__pycache__
|
|
|
|
|
|
| 1 |
venv
|
| 2 |
flagged
|
| 3 |
temp.jpg
|
| 4 |
+
__pycache__
|
| 5 |
+
data/performers.json
|
CLAUDE.md
CHANGED
|
@@ -9,6 +9,10 @@ It provides a Gradio web interface for uploading images and searching for perfor
|
|
| 9 |
|
| 10 |
## Common Commands
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
### Installation and Setup
|
| 13 |
```bash
|
| 14 |
uv install # Install dependencies using uv package manager
|
|
|
|
| 9 |
|
| 10 |
## Common Commands
|
| 11 |
|
| 12 |
+
- **Always use `uv` to add dependencies and when running scripts**
|
| 13 |
+
- Ensures consistent package management across development environments
|
| 14 |
+
- Provides faster and more reliable dependency resolution
|
| 15 |
+
|
| 16 |
### Installation and Setup
|
| 17 |
```bash
|
| 18 |
uv install # Install dependencies using uv package manager
|
data/face_arc.voy
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d37765f03d93b3694636bd821bb05347fedc6a047b16974ba1b3d6b79d8023b4
|
| 3 |
+
size 59344647
|
data/face_facenet.voy
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d39d0efeee6610a135694fe5888fd07402d3b8de85d54074fed4908f4117f2ea
|
| 3 |
+
size 59344647
|
data/faces.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/persons.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ae30ecf9c492fd09c68e88f0f632bcafb2fb47399e218fc1488bfbc93a6580c
|
| 3 |
+
size 5245123
|