top of page

Image Processing

This is my first project of image categorization. My previous experience of using python includes pandas/ numpy/matplotlib/seaborn/keras/sklearn. 

Since I knew the data is labeled and prepared. Data cleaning step here is not necessary. Major steps will be as the following:

  • Partition for train and validation dataset

  • Train model

  • Evaluate model

  • Prediction

​

​

Essential libraries 

  1. Pandas

  2. TensorFlow

  3. Keras

  4. scikit-learn

  5. matplotlib

​

​

Model accuracy of 80%, not bad!

​

For more python details please click here

bottom of page