Metadata-Version: 2.1
Name: tx-extension-clip
Version: 0.1.1
Summary: Python Library for Threat Exchange CLIP Extension
Home-page: https://github.com/TechnologyCoalitionOrg/tx-extension-clip
Author: Technology Coalition Org
Author-email: tech@technologycoalition.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: faiss-cpu ==1.7.3
Requires-Dist: numpy ==1.24.2
Requires-Dist: open-clip-torch ==2.20.0
Requires-Dist: Pillow ==9.4.0
Requires-Dist: scipy ==1.11.3
Requires-Dist: threatexchange ==1.0.13
Requires-Dist: torch ==2.0.1
Requires-Dist: torchvision ==0.15.2
Requires-Dist: transformers ==4.34.0

CLIP Extension for Threat Exchange

# what is CLIP?
CLIP (Contrastive Language–Image Pre-training)
Model built by OpenAI: https://openai.com/research/clip

https://github.com/openai/CLIP


## Requirements

```
> python3 -m venv omm_clip
> source omm_clip/bin/activate
> (omm_clip) pip install -r requirements.txt
```
