CoolFace
Apppublic

AndrewKof/NEMOtools

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
3likes
43 commits on main
aaf0f285mo ago

Update torch to 2.4.0 and torchvision to 0.19.0

AndrewKof
16da67b8mo ago

Add OOD Detector logic and artifacts

AndrewKof
d90440510mo ago

✨ Add WhatsApp, Instagram, and LinkedIn buttons

AndrewKof
0be69e510mo ago

✨ Add Social Share buttons to results

AndrewKof
7d9abb810mo ago

Prevent duplicate image uploads

AndrewKof
5a6e2db10mo ago

Add image saving logic secure

AndrewKof
a91c3a310mo ago

Update Google Analytics config for iframes

AndrewKof
ba1425810mo ago

Fix Dockerfile and dependencies

AndrewKof
f4fe20b10mo ago

Fix libGL error by installing system libraries

AndrewKof
d12747010mo ago

🚀 Switch to opencv-python-headless (No system packages needed)

AndrewKof
82c85ce10mo ago

Add packages.txt to fix libGL crash

AndrewKof
03f140110mo ago

🔧 Add packages.txt to fix libGL error

AndrewKof
2c6189c10mo ago

🔧 Add full system dependencies for OpenCV

AndrewKof
312830d10mo ago

🔧 Add system dependencies (libGL) for OpenCV

AndrewKof
889bbff10mo ago

Fix requirements typo: separate pyyaml and scikit-learn

AndrewKof
eed594b10mo ago

🔧 Add scikit-learn and matplotlib to requirements

AndrewKof
5b1129410mo ago

🚀 Update UI with LFS for images and models

AndrewKof
c9cc0ca10mo ago

Fix: pin numpy<2.0 to stop HF runtime crash

AndrewKof
a47fe9210mo ago

🔥 Fix NumPy compatibility + processor padding

AndrewKof
3d0915510mo ago

Cleanup: remove leftover MyInference.py to avoid import conflicts

AndrewKof
8cbba4110mo ago

🐛 Fix: switch to CPU PyTorch for HF Spaces

AndrewKof
284d42b11mo ago

Fix: properly lowercase inference.py for Hugging Face

AndrewKof
626882711mo ago

Temp rename inference file

AndrewKof
c34dda411mo ago

🚀 Update: new UI design, classification plot, and attention improvements

AndrewKof
361c20d11mo ago

Auto image size, working attention map

AndrewKof
3cac43911mo ago

Fix DINOv2 processor and update requirements

AndrewKof
ef0140511mo ago

Add id2name.json for class mapping

AndrewKof
0da701911mo ago

Fix num_labels=101 for Dinov2 checkpoint

AndrewKof
606bcbd11mo ago

Use facebook/dinov2-large processor instead of custom model repo

AndrewKof
240ef4111mo ago

Add transformers deps and show classification run button

AndrewKof
c4b733111mo ago

Add run button for classification tool

AndrewKof
f40b22b11mo ago

Fix Docker CMD and UI run button

AndrewKof
c6b075f11mo ago

Fix repo_id to Arew99/dinov2-costum for model loading

AndrewKof
464e94a11mo ago

Fix Dockerfile to copy full app directory

AndrewKof
f9e81e211mo ago

Move Dockerfile to root for Hugging Face deployment

AndrewKof
d317c2911mo ago

Update requirements for Hugging Face build

AndrewKof
d45d33311mo ago

Track logo with Git LFS

AndrewKof
0c1966611mo ago

Switch to loading model from Hugging Face Hub

AndrewKof
b90b72511mo ago

Load model from Hugging Face Hub instead of local file

AndrewKof
70becf011mo ago

Remove local model weights for upload

AndrewKof
6106a8711mo ago

Remove local model weights for upload

AndrewKof
7179b2d11mo ago

Initial commit for NEMO tools FastAPI Space

AndrewKof
4b2459d11mo ago

initial commit

Andreas Kofidis