Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 219 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 219 Bytes

classify_predict_fruit_example

This project is the simple demonstration to classify and predict fruits using scikit-learn python library

Install scikit-learn to execute this example.
pip3 install scikit-learn