This repo contains a fruit image classifier, made as part of the course Big Data at Thomas More University.
- Python
- You can install the other necessary dependencies by running the following command:
pip install -r requirements.txt
.
- Serve the application with Flask using the following command:
python main.py
. - You can upload images per 1 or in batch using the upload box by dragging them on there or selecting them through the file manager.