Skip to content

mmd52/Classifying_Pastas

Repository files navigation

Classifying Pastas

What do you do when you are new in Italy and unable to determine what kind of pasta is being served to you?

Its simple use Machine Learning!

  • The main task here is that we have 4 different kinds of pastas and we need to classify them
  • For each kind of pasta we have around 1000 images

The different kinds of pastas are -

  1. Ragu
  2. Carbonara
  3. Lasagna
  4. gnocchi

The problem can be solved using SVM kernel combinations or artificial neural networks Interpretations and explanations are included in the Jupyter notebook

How to Navigate

Note: MLCE project uses only Python 3.X and above for analysis