Spaces:
Sleeping
Sleeping
Thiago Hersan
commited on
Commit
·
37b6eef
1
Parent(s):
4589442
use frozen requirements.txt
Browse files- README.md +1 -1
- app.py +2 -2
- requirements.txt +158 -2
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🤨📐
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
app.py
CHANGED
|
@@ -76,9 +76,9 @@ def face(img_in):
|
|
| 76 |
|
| 77 |
with gr.Blocks() as demo:
|
| 78 |
gr.Markdown("""
|
| 79 |
-
#
|
| 80 |
## Interface for face detection, alignment, cropping\
|
| 81 |
-
to help create dataset for [
|
| 82 |
""")
|
| 83 |
|
| 84 |
gr.Interface(
|
|
|
|
| 76 |
|
| 77 |
with gr.Blocks() as demo:
|
| 78 |
gr.Markdown("""
|
| 79 |
+
# 5020A Face Alignment Tool.
|
| 80 |
## Interface for face detection, alignment, cropping\
|
| 81 |
+
to help create dataset for [WK11](https://github.com/PSAM-5020-2025S-A/WK11) / [HW11](https://github.com/PSAM-5020-2025S-A/Homework11).
|
| 82 |
""")
|
| 83 |
|
| 84 |
gr.Interface(
|
requirements.txt
CHANGED
|
@@ -1,2 +1,158 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiofiles==23.2.1
|
| 2 |
+
aiohappyeyeballs==2.4.0
|
| 3 |
+
aiohttp==3.10.5
|
| 4 |
+
aiosignal==1.3.1
|
| 5 |
+
altair==5.0.1
|
| 6 |
+
annotated-types==0.7.0
|
| 7 |
+
anyio==4.2.0
|
| 8 |
+
appnope==0.1.2
|
| 9 |
+
asttokens==2.0.5
|
| 10 |
+
async-timeout==4.0.3
|
| 11 |
+
attrs==24.2.0
|
| 12 |
+
audioread==3.0.1
|
| 13 |
+
backcall==0.2.0
|
| 14 |
+
Brotli==1.0.9
|
| 15 |
+
certifi==2025.1.31
|
| 16 |
+
cffi==1.17.1
|
| 17 |
+
charset-normalizer==3.3.2
|
| 18 |
+
click==8.1.7
|
| 19 |
+
colorama==0.4.6
|
| 20 |
+
comm==0.2.1
|
| 21 |
+
contourpy==1.0.7
|
| 22 |
+
cryptography==43.0.3
|
| 23 |
+
cycler==0.12.1
|
| 24 |
+
datasets==3.0.0
|
| 25 |
+
debugpy==1.6.7
|
| 26 |
+
decorator==5.1.1
|
| 27 |
+
dill==0.3.8
|
| 28 |
+
dnspython==2.4.2
|
| 29 |
+
email_validator==2.2.0
|
| 30 |
+
exceptiongroup==1.2.0
|
| 31 |
+
executing==0.8.3
|
| 32 |
+
fastapi==0.112.2
|
| 33 |
+
fastapi-cli==0.0.5
|
| 34 |
+
ffmpy==0.3.0
|
| 35 |
+
filelock==3.13.1
|
| 36 |
+
fonttools==4.53.1
|
| 37 |
+
frozenlist==1.4.1
|
| 38 |
+
fsspec==2024.6.1
|
| 39 |
+
gmpy2==2.1.2
|
| 40 |
+
gradio==4.44.1
|
| 41 |
+
gradio_client==1.3.0
|
| 42 |
+
h11==0.14.0
|
| 43 |
+
h2==4.1.0
|
| 44 |
+
hpack==4.0.0
|
| 45 |
+
httpcore==0.18.0
|
| 46 |
+
httpx==0.25.0
|
| 47 |
+
huggingface_hub==0.28.0
|
| 48 |
+
hyperframe==6.0.1
|
| 49 |
+
idna==3.7
|
| 50 |
+
importlib-metadata==7.0.1
|
| 51 |
+
importlib_resources==6.4.5
|
| 52 |
+
ipykernel==6.29.5
|
| 53 |
+
ipython==8.15.0
|
| 54 |
+
ipywidgets==8.1.2
|
| 55 |
+
jedi==0.19.1
|
| 56 |
+
Jinja2==3.1.4
|
| 57 |
+
joblib==1.4.2
|
| 58 |
+
jsonschema==4.23.0
|
| 59 |
+
jsonschema-specifications==2023.7.1
|
| 60 |
+
jupyter_client==8.6.0
|
| 61 |
+
jupyter_core==5.7.2
|
| 62 |
+
jupyterlab-widgets==3.0.10
|
| 63 |
+
kiwisolver==1.4.4
|
| 64 |
+
lazy_loader==0.4
|
| 65 |
+
librosa==0.10.2.post1
|
| 66 |
+
linkify-it-py==2.0.0
|
| 67 |
+
llvmlite==0.43.0
|
| 68 |
+
markdown-it-py==2.2.0
|
| 69 |
+
MarkupSafe==2.1.3
|
| 70 |
+
matplotlib==3.7.1
|
| 71 |
+
matplotlib-inline==0.1.6
|
| 72 |
+
mdit-py-plugins==0.3.0
|
| 73 |
+
mdurl==0.1.2
|
| 74 |
+
mkl-service==2.4.0
|
| 75 |
+
mpmath==1.3.0
|
| 76 |
+
msgpack==1.1.0
|
| 77 |
+
multidict==6.1.0
|
| 78 |
+
multiprocess==0.70.16
|
| 79 |
+
munkres==1.1.4
|
| 80 |
+
nest-asyncio==1.6.0
|
| 81 |
+
networkx==3.2.1
|
| 82 |
+
numba==0.60.0
|
| 83 |
+
numpy==1.26.4
|
| 84 |
+
opencv-python==4.10.0.84
|
| 85 |
+
opencv-python-headless==4.10.0.84
|
| 86 |
+
opencv-contrib-python==4.10.0.84
|
| 87 |
+
orjson==3.10.7
|
| 88 |
+
packaging==24.1
|
| 89 |
+
pandas==2.0.0
|
| 90 |
+
parso==0.8.3
|
| 91 |
+
pexpect==4.8.0
|
| 92 |
+
pickleshare==0.7.5
|
| 93 |
+
pillow==10.4.0
|
| 94 |
+
pip==24.2
|
| 95 |
+
platformdirs==3.10.0
|
| 96 |
+
pooch==1.8.2
|
| 97 |
+
prompt-toolkit==3.0.43
|
| 98 |
+
psutil==5.9.0
|
| 99 |
+
ptyprocess==0.7.0
|
| 100 |
+
pure-eval==0.2.2
|
| 101 |
+
pyarrow==16.1.0
|
| 102 |
+
pycparser==2.22
|
| 103 |
+
pydantic==2.9.2
|
| 104 |
+
pydantic_core==2.23.4
|
| 105 |
+
pydub==0.25.1
|
| 106 |
+
Pygments==2.15.1
|
| 107 |
+
pyparsing==3.1.4
|
| 108 |
+
PySocks==1.7.1
|
| 109 |
+
python-dateutil==2.9.0.post0
|
| 110 |
+
python-multipart==0.0.9
|
| 111 |
+
pytz==2024.2
|
| 112 |
+
PyYAML==6.0.2
|
| 113 |
+
pyzmq==25.1.2
|
| 114 |
+
referencing==0.30.2
|
| 115 |
+
regex==2024.9.11
|
| 116 |
+
requests==2.32.3
|
| 117 |
+
rich==13.8.1
|
| 118 |
+
rpds-py==0.22.3
|
| 119 |
+
ruff==0.3.5
|
| 120 |
+
safetensors==0.4.5
|
| 121 |
+
scikit-learn==1.4.2
|
| 122 |
+
scipy==1.13.1
|
| 123 |
+
semantic-version==2.10.0
|
| 124 |
+
setuptools==75.1.0
|
| 125 |
+
shellingham==1.5.4
|
| 126 |
+
six==1.16.0
|
| 127 |
+
sniffio==1.3.0
|
| 128 |
+
soundfile==0.12.1
|
| 129 |
+
soxr==0.5.0.post1
|
| 130 |
+
stack-data==0.2.0
|
| 131 |
+
starlette==0.38.5
|
| 132 |
+
sympy==1.13.2
|
| 133 |
+
threadpoolctl==3.5.0
|
| 134 |
+
tokenizers==0.19.1
|
| 135 |
+
tomlkit==0.12.0
|
| 136 |
+
toolz==1.0.0
|
| 137 |
+
torch==2.3.1
|
| 138 |
+
torchtext==0.6.0
|
| 139 |
+
torchvision==0.18.1
|
| 140 |
+
tornado==6.4.1
|
| 141 |
+
tqdm==4.66.5
|
| 142 |
+
traitlets==5.14.3
|
| 143 |
+
transformers==4.44.2
|
| 144 |
+
typer==0.12.5
|
| 145 |
+
typer-slim==0.12.5
|
| 146 |
+
typing_extensions==4.11.0
|
| 147 |
+
tzdata==2024.1
|
| 148 |
+
uc-micro-py==1.0.1
|
| 149 |
+
unicodedata2==15.1.0
|
| 150 |
+
urllib3==2.2.2
|
| 151 |
+
uvicorn==0.30.6
|
| 152 |
+
wcwidth==0.2.5
|
| 153 |
+
websockets==12.0
|
| 154 |
+
wheel==0.44.0
|
| 155 |
+
widgetsnbextension==4.0.10
|
| 156 |
+
xxhash==3.5.0
|
| 157 |
+
yarl==1.9.4
|
| 158 |
+
zipp==3.17.0
|