Fine Tuning BERT Uncased for Swahili text classification
-
A notebook on fine tuning BERT Uncased MLM model for multi-class text classification of Swahili dataset.
N-Gram Language Modelling
-
A brief illustration of language modelling using NLTK Datasets and Library.
Pillow Image Verification
-
Was having issues with the image verification for an image classifier. Needed verification to ensure that the image is a real image thus reduce chances of false positives.
For this specific task images hade to have some green pigment. This is not ideal but it works for the purpose of this project.
Resizing the image to 256 by 256 pixels reduces the area to check thus kind of efficient.
If you have a better a way of doing this, please let me know. oluoch9@gmail.com