Back to projects

Food Vision

Image classification model that identifies steak, pizza, or sushi from photos.

The Problem

Accurately classifying food images into specific categories.

The Solution

Developed a computer vision model using PyTorch to classify images into three food categories, with a user-friendly interface for predictions.

Key Features

  • Image upload and prediction
  • Robust data preprocessing
  • Accurate multi-class classification

Technologies Used

PythonPyTorch

What I Learned

Deepened my understanding of convolutional neural networks and practical computer vision workflows.