- We using data from camera captures fruits with white background
-
Install Python 3.7
-
Setup interpreter: Goto Pycharm --> File --> Settings --> Project:FruitClassification --> Python interpreter --> Add --> Virtualenv environment --> new environment --> Ok
-
Install needed packages: I list packages which used in project in setup.txt. Doing run : pip install -r setup.txt in terminal
- trainning.py
- main.py: turn on camera and capture fruit images, then classify them
- test.py: test model with folder image
If have error when load model, doing run: pip install h5py==2.10.0 --force-reinstall to install h5py version 2.10.0