Product Quality checker for E –Grocery using Image Classification
#Objective
To develop an automated system for quality evaluation and grading of e-grocery items (fruits & vegetables) Using onboard resources such as camera or from collected images.
#Data Preparation
Data collected for the grocery items (fruits and vegetables). Due to covid situation images were collected from online source.
The collected data is then Labelled into good, average and bad.
Then the data is cleaned (low resolution and pixelated images are removed )
Now the data is split into train and test and only the trained data is Augmented.
The augmented data is then fed to the model for evaluation.
#Model Building
The model building was done using Teachable Machine, TensorFlow Lite Model Maker and other pretrained models. The models were saved and then uploaded into server for prediction and the performance was tested Finally we have concluded TensorFlow Lite Model Maker as it gives better performance than the teachable machine and other pre-trained models.
#Future Scope
The project helps in smooth purchase and cost efficient in the field of e-commerce. Increases the client customer relationship The predicted/classified data is stored and used for retraining of the model, which increases the efficiency and performance of the model. The model can easily be developed into a mobile application by using other servers like AWS ,Microsoft Azure. This project helps the farmer in achieving the good price for his items.
#Challenges
Data collection -: The collection ,labelling and cleaning data was a important task and took more time Model size –: The model had to be lite in order to support a mobile application Selecting the model which can give better performance with low size took lot of research and work. ICT equipment [Needed software’s to be installed.] For creating this kind of algorithm, we need GPU machine, but they are costly so we used google-colab on our local machines.
![image](https://private-user-images.githubusercontent.com/55091258/400284194-0542d46b-ba2d-4871-a682-38831e9842c8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTU3NDgsIm5iZiI6MTczOTI5NTQ0OCwicGF0aCI6Ii81NTA5MTI1OC80MDAyODQxOTQtMDU0MmQ0NmItYmEyZC00ODcxLWE2ODItMzg4MzFlOTg0MmM4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE3MzcyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRkMjcwYTM4YzVmZmFlODc5YzEyZmY1YTU2MGMxNWIxNzNmZTVjNzdiNDYxZWZiMmVkNjI4MWFmZGExNTUxZDMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.W4djt0UwGAUUgbON3LFsRxTT1PgZGJwSZ9YzUIeUpco)