You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements the SynergiProtoNet, a few-shot learning model for recognizing handwritten characters and digits in Bangla script. Based on the methodologies described in our paper, this model demonstrates the ability to perform high-accuracy recognition with limited labeled data, addressing challenges inherent to low-resource languages. It also demonstrates comparative analysis among different classical few shot learning approaches.
Prerequisites
Before you run this notebook, ensure that you have the following:
Python 3.10 or later
Pip package manager
Git CLI
Access to a GPU (recommended for faster computation)
This project is licensed under the MIT License - see the LICENSE file for details.
Cite
@inproceedings{MehediAhamed,
author = {Ahamed, Mehedi and Kabir, Radib and Dipto, Tawsif and Mushabbir, Mueeze and Ahmed, Sabbir and Kabir, Md},
year = {2024},
month = {12},
pages = {1-6},
title = {Performance Analysis of Few-Shot Learning Approaches for Bangla Handwritten Character and Digit Recognition},
doi = {10.1109/STI64222.2024.10951048}
}