Children's game powered by an AI image classfier for various fruits and vegetables built with OpenCV and Scikit-learn.
- AI image classifier model trained and validated using three different tuned algorithms with varied, augmented, and preprocessed images
- 96% prediction accuracy on test data for five classes of various fruits and vegetables
- Load your own images in the "images" folder to play an interactive quiz to identify your fruits and vegetables
- Improved landing page UI
- More classes of household fruits and vegetables
- More training data
- Improved image preprocessing
This project is licensed under the GNU General Public License v3.0.
- All scripts must be run from the base directory
- Run
python app.py
from the base directory and the website should appear onlocalhost:5000