Image-Recognition-Model-Generator
What exactly does this project do?
- The user enters 1 or more queries
- A webscraper searches on Google Images and downloads all images under that query. We used Selenium and Chromium for this
- The images are pre-processed to get them ready for input into a ML model
- The images are sent into a TensorFlow image recognition model, and a model is trained based on the images
- The model is complete, and trained on the inputted data!