Skip to content

ductt-1167/FruitColorClassfication_ForDung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dataset:

  • We using data from camera captures fruits with white background

Before running project, you need:

  1. Install Python 3.7

  2. Setup interpreter: Goto Pycharm --> File --> Settings --> Project:FruitClassification --> Python interpreter --> Add --> Virtualenv environment --> new environment --> Ok

  3. Install needed packages: I list packages which used in project in setup.txt. Doing run : pip install -r setup.txt in terminal

Run project

- For training model (Just run this file when you want to re-train model) (Not recommended)

  • trainning.py

- For using model to classification

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages