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
-
Pandas
-
TensorFlow
-
Keras
-
scikit-learn
-
matplotlib
​
​
Model accuracy of 80%, not bad!
​
For more python details please click here:
bottom of page