Taha Emara

Results 5 comments of Taha Emara

Which version of deeplearning4j do you have?

Great work, but I have some notes. This repo is supporting tutorials I did before and I want to keep it simple as I can. Using WebSockets is a great...

Pom file needed to be changed, just add this plugin to the pom file ``` org.apache.maven.plugins maven-compiler-plugin 3.8.0 12 ``` and remove the following lines fro the pom file ```...

I added a java wrapper to simply use dlib face detector, facial landmarks, and face embedding models. https://github.com/tahaemara/jdlib

@saudet Actually Jdlib is the first project I deal with JNI. And I want through implementing it to understand how things are done using plain JNI not using any other...