This project uses OpenAI's CLIP model and a Fisher algorithm to classify cat and dog images. The dataset is split into training and testing sets, embeddings are extracted with CLIP, and the Fisher algorithm is applied to classify the images. Performance is evaluated with accuracy, precision, recall, and F1 score, visualized with a confusion matrix.
-
Updated
May 24, 2024 - Python