Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.91 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.91 KB

DigiArt4Teens

Creating Your Own Cognitive Portrait

Russian Version | Русская версия

Hello!

We are about to explore Science Art, where Science - namely Artificial Intelligence, part of Computer Science - will help us create pieces of Art! Namely, we will learn the technique called Cognitive Portrait

In this technique, we use Microsoft Face API to extract Facial Landmarks from a series of pictures, and then we scale and align pictures in such a way that eyes on all pictures coincide. Merging those photographs, we create an interesting visual effect, like on the photo above.

How to Start

All the code and instructions are contained in the MakeArt.ipynb Jupyter Notebook. You can run it using one of the following methods:

  1. Clone / download the repository to the local computer, and open it with Visual Studio Code with Python Extension installed. You would also need to install local Python environment, instructions are available in the Docs.
  2. Use Github Codespaces to run the code directly on GitHub.
  3. Open the repository using Binder

Binder