Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zabir-nabil/bangla-image-search

A dead-simple image search and image-text matching system for Bangla using CLIP
https://github.com/zabir-nabil/bangla-image-search

bangla-clip-search clip clip-image-search-engine contrastive-language-image-pre-training deep-learning deep-learning-image-search image-retrieval image-search image-search-engine image-text-matching openai-clip search search-engine

Last synced: about 1 month ago
JSON representation

A dead-simple image search and image-text matching system for Bangla using CLIP

Lists

README

        


bangla clip



A dead-simple image search and image-text matching system for Bangla using CLIP (Contrastive Language–Image Pre-training)

---

#### Installation

* `python >= 3.9`
* `pip install -r requirements.txt`
* Download the model weights and place inside the `models` folder.

### bangla-image-search
The model consists of an EfficientNet / ResNet image encoder and a BERT text encoder and was trained on multiple datasets from Bangla image-text domain. To run the `app`,

```console
streamlit run app.py
```
---

### Demo


bangla clip



Live Demo: HuggingFace Space>

### Training CLIP for Bangla

* *Training Code:* [bangla-CLIP](https://github.com/zabir-nabil/bangla-CLIP)
* *Article:* [medium](https://medium.com/@furcifer/a-dead-simple-image-search-engine-for-bangla-using-clip-contrastive-language-image-pre-training-a1f7f50b8419)