Convert Mask-RCNN to TFLite using Tensorflow 2.3

After multiple attempts a many days of hard working, here is how can convert Mask RCNN model to TFLite : https://wathek.medium.com/convert-mask-r-cnn-model-to-tflite-with-tensorflow-2-3-57160d3be18d 

November 1, 2020

Material CSS Animation Slide and Grow

Here is a small code snippet to create a Slide and Grow animation using CSS

See the Pen ZORaym by Wathek LOUED (@wathekloued) on CodePen.

July 28, 2016

AngularJS Guide and Best Practice

Here is a link about AngularJS best practice this is very useful and will make you better understand AngularJS https://google-styleguide.googlecode.com/svn/trunk/angularjs-google-styl...

February 24, 2014

AngularJS Lessons

Want to learn AngularJS ? Take a look at this website https://egghead.io/ you'll find a lot of a videos explaining everything about AngularJS.

Happy Coding.

December 23, 2013

AngularJS Boilerplate

Do you want to start a new project using AngularJS ? Alright the best thing to do is to use ng-BoiletPlate it provides everything you need to start your new project.

It includes many features and prepares a folder structure easy to use. Take a look at this link : http://joshdmiller.github.io/ng-boilerplate/

November 16, 2013

Composer + CodeIgniter (Paypal REST API)

Hi everybody, this is how to do to use Composer with CodeIgniter. For this tutorial we assume that we want to use the new Paypal REST API.

So first of all we need to have CodeIgniter (http://ellislab.com/codeigniter). Once it's installed you need to install composer for that you can just get it from http://getcomposer.org/download/.

September 10, 2013

Setup Raspbian on Raspberry PI

You just bought a new Raspberry PI ? Well that's cool let's install it. First of all we'll have to download the Raspbian OS which is a Debian GNU/Linux Distribution adapted to the Rasoberry PI Card.

So for this you'll need:

August 4, 2013

Pages