Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
putrisandya committed Dec 15, 2023
1 parent 12834d8 commit 12c5aa9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
![TF](https://github.com/Mubazir-Bangkit-2023/mubazir-machine-learning/assets/95016158/cf4884a9-2a4d-4148-a5a7-24a57c009da0)

# Food Image Classification
Developing a deep learning model for food image classification using Tensorflow: Creating a Convolutional Neural Network (CNN) model to categorize fruits and vegetables with Tensorflow.

## Project Overview
The objective of this project is to construct a model capable of precisely categorizing images of fruits and vegetables into predetermined classes. This model has the potential to be incorporated into applications, enabling the automatic identification and classification of the fruit or vegetable type and determining its freshness based on images uploaded by users.

## Dataset
The dataset employed in this project comprises images showcasing a variety of fruits and vegetables systematically arranged into distinct categories. Every image is annotated with the specific category of the fruit or vegetable and its corresponding freshness classification.

## Feature
- Data Augmentation
- CNN (Convolutional Neural Networks)

## Requirements
- Tensorflow
- Matplothlib
- Numpy
- Pillow
- Scikit-learn

## Results
The model achieved a test accuracy of XX% on the test dataset. The training and validation loss/accuracy plots can be found here.

## Future Work
- Expand the data set to include a wider variety of fruits and vegetables
- Explore advanced architectures and methodologies in experiments to enhance accuracy further.

0 comments on commit 12c5aa9

Please sign in to comment.