Skip to content

taha-yassine/CheeseClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheese Classifier

Open In Colab

A cheese classifier based on a CNN with a ResNet34 architecture pretrained on ImageNet. The classifier was trained on images extracted from Google Image (cf. classifier/data/ for full list). I used the fastai library for building the classifier (Notebook available here) and Django for building the demo app.

Demo app

WORK IN PROGRESS