Tim M 57b5cefde5 Updated all `.md` files to contain newest image il y a 2 ans
..
README.md 57b5cefde5 Updated all `.md` files to contain newest image il y a 2 ans
facialLandmarkDetection.ipynb 7aa1c5b3b0 Add XeusCling Repository il y a 6 ans
includeLibraries.h 7aa1c5b3b0 Add XeusCling Repository il y a 6 ans

README.md

Xeus-Cling: Run C++ code in Jupyter Notebook

This repository contains the code for Xeus-Cling: Run C++ code in Jupyter Notebook blog post.

download

The repository also contains notebook for Facial Landmark Detection demo in C++ with C++11 kernel and includeLibraries.h header file for loading necessarily libraries.

Installing Xeus-Cling

Create a new conda environment and activate it.

conda create -n xeus-cling
source activate xeus-cling

Use conda package installer to install Xeus-Cling.

conda install -c conda-forge xeus-cling

To create a Jupyter Notebook with C++ kernel, use the following.

source activate xeus-cling
jupyter-notebook

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.