Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.17 KB

Image Processing Practices

All the Image Processing courses I have done and their short codes are just here as some sort of "anecdotes" I guess. some really amazing works here include

  • Maze solved on an image with BFS here

  • Face recognition without machine learing here

  • Specific human face recognition with machine learning here

  • Really cool OCR detection simple intro code here

  • Image classification using GoogleNet and ImageNet here

  • Image Colorization using VGGNet here

  • Introduction to Transfer Learning here

and yea just

pip install opencv-python
pip install face_recognition 
pip install PIL 
pip install get_a_life_jk

:D