Personal Blog

Tag: #ai

Artificial Intelligence

Make Artwork Using Artificial Intelligence

As a recent successful projects of AI, painting, or generating a painting from random queries is a brand-new branch of AI, especially in Image Processing. AI Art Maker is a smart robots to create Artwork from input Query. To do this, first you have to enter your Query, the subject of painting. My Query was: "Beauty & the Beast", this is the result: Artwork Generated by AI System formerly has learnt millions of Artworks using Object Recognition and/or Labeling as…
Continue reading →
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