Skip to content
/ CV Public

Computer Vision .Libraries used matplot, numpy, openCV, mazelib standard machine learning libs you know dude

Notifications You must be signed in to change notification settings

kazzastic/CV

Repository files navigation

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