- Notifications
You must be signed in to change notification settings - Fork4
A dead-simple image search / retrieval and image-text matching system for Bangla using CLIP
License
NotificationsYou must be signed in to change notification settings
zabir-nabil/bangla-image-search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A dead-simple image search and image-text matching system for Bangla using CLIP (Contrastive Language–Image Pre-training)
python >= 3.9
pip install -r requirements.txt
- Download the model weights and place inside the
models
folder.
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 theapp
,
streamlit run app.py
Live Demo:HuggingFace Space
- Training Code:bangla-CLIP
- Article:medium