Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 462 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 462 Bytes

clip.dll

OpenAI's CLIP vector calculation for C#

This project currently shows how to calculate CLIP vectors for a picture in C# with the ONNX Runtime. Feel free to copy and paste code from here to your own project.

When I get around to it, this project might be upgraded and become an installable library.

The weights and details of this implementation have been adapted from: josephrocca/openai-clip-js.