Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 482 Bytes

Flower-classification

Course Project for CS 795 - Practical Machine Learning | Yaohang Li

Requirements to run the program

  • python 3.7 with anaconda
  • numpy
  • pandas
  • scikitlearn
  • pickle
  • random
  • seaborn
  • matplotlib
  • TensorFlow
  • Keras
  • efficientNet

Note

  • All the above mentioned libraries can be downloaded from anaconda packages.
  • for efficientNet, we need to follow steps mentioned in the EfficientNet lib .