#87 · Primary category: Computer Vision

Chinese-CLIP

chinese clip computer-vision contrastive-loss coreml-models deep-learning image-text-retrieval multi-modal multi-modal-learning nlp pretrained-models pytorch transformers vision-and-language-pre-training vision-language

Chinese version of CLIP which achieves Chinese cross-modal retrieval and representation generation.

Project last updated:03/31/26

GitHub Stars

6.0K

Forks

552

Contributors

11

License

MIT

Why we included this project

Teams building products that pair Chinese text with images, such as search over product catalogs or photo libraries, often start with Chinese-CLIP. The project provides image and text encoders trained on about 200 million Chinese image-text pairs, so you can compute feature similarity and run cross-modal retrieval without assembling your own training data. It also supports zero-shot image classification, where you simply name the candidate labels in Chinese. Along with the ready-to-use inference API, the repo includes training and fine-tuning code, letting you adapt the model to your own domain data. Conversion scripts for ONNX, TensorRT, and CoreML make it practical to move the model into real deployments, and the Hugging Face transformers integration keeps it easy to slot into existing pipelines.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category