justintnguyen / Produce-Scanner

Utlilizing Convolutional Neural Networks for image recognition of Supermarket Produce.
1 stars 0 forks source link

(#1): Implement an image scraper to expand database #1

Open justintnguyen opened 3 years ago

justintnguyen commented 3 years ago

When expanding our database, our target goal is ~5000 images for use in CNN training. Therefore, the need arises for an image scraper.

amnguyen00 commented 3 years ago

Need to decided # of classes that will be used

justintnguyen commented 3 years ago

Yes, we'll need to decide the different types of fruits. Perhaps we can start off with a few (basic apples, bananas), with a preference for fruits that don't have many variations?

I'm looking into using the PIL (Python Imaging Library) for image processing. Will provide updates as I go.