Personal Blog

Tag: #pythonprogramming

Programming

Face Recognition on Python

A few weeks ago, me & my brother were talking about face recognition on scanned family photos.I got curious to find out how to implement a face recognition on Python. 1. Install Anaconda for Python Package ManagerIt has a shell for downloading packages automatically. 2. Download & Install CMakeFor compiling DLib on Visual Studio 2015 3. Install Visula Studio 2015 (Version is important) 4. Download DLib Package and Extract 5. Open CMake and configure like below: 6. Download & Install…
Continue reading →
Back to top