CoolFace
Apppublic

nomadicsynth/openclip-embed

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
21 commits on main
1e3eed52y ago

remove unnecessary `spaces` library import

RoboApocalypse
a824bad2y ago

Merge branch 'main' of https://huggingface.co/spaces/gronkomatic/openclip-embed

RoboApocalypse
516f5f62y ago

no more zerogpu

RoboApocalypse
e9574952y ago

print the torch device

RoboApocalypse
64369ae2y ago

import spaces

RoboApocalypse
3352f0c2y ago

add bits for ZeroGPU operation

RoboApocalypse
2d8aec02y ago

chore: reformat code

RoboApocalypse
df34abb2y ago

chore: Update .gitignore to exclude certificates

RoboApocalypse
9ec26d12y ago

chore: Update sdk_version and python_version in README.md

RoboApocalypse
1f9e30b2y ago

Refactor generate_embedding function to remove unneeded variables

RoboApocalypse
435181d3y ago

Update app.py to launch the app without sharing

RoboApocalypse
d1500453y ago

Update share option in app.py

RoboApocalypse
b0c10683y ago

Update app.py to enable REST API routes. Hopefully allows REST API on the Space.

RoboApocalypse
41b6bb83y ago

Update app.py with autoscroll option for textboxes

RoboApocalypse
5dc1fdf3y ago

Added new files and updated .gitignore

RoboApocalypse
bdb715d3y ago

Update python_version in README.md

RoboApocalypse
ebe9bed3y ago

Update input fields in OpenCLIP Embedding Generator

RoboApocalypse
d85d4113y ago

Add functions to generate text and image embeddings

RoboApocalypse
db03f5d3y ago

Refactor generate_embedding function to remove unneeded variables

RoboApocalypse
12729493y ago

Add OpenCLIP embedding generator app and dependencies

RoboApocalypse
d228b463y ago

initial commit

gronkomatic