Software-experiments

a web page dedicated to my own ... Software experiments ;-)

free web templates
Mobirise

ALCrypt

a virtual drive for your android device, where all data are encrypted when you close it.

AES 256 bits Encryption & Decryption can be based on a combination of password and geo-location to ensure a good privacy.

Mobirise

Collections

An android-based collection manager with plenty of capabilities:

-> Typed collections for specific attributes management (Books, People and Other)
-> QR code generation and scanner
-> Photos can be assigned to each item
-> cloud backup and restore 

ALPics

ALPics is a Smart photo manager using a combination of Machine Learning techniques (Deep Neural Networks / Convolutional Neural Networks) and ontology semantics to efficiently tag and find specific photos in your personal image collection.

Your photos are automatically labelled and people detected (but not identified), with no need for online services!

It is now also possible to visualize the locations, and itineraries, on a world map (internet connection required) when GPS positions are detected in the photos.

ALPics Works on any desktop computer with a java runtime environment

DOWNLOAD
Please make sure that you run a 64 bits version of java on a 64 bits windows(c) OS (other versions available on demand)

Mobirise

CodEx 
much more than a simple file editor ....

It allows you to graphically visualize your Java source code, decompile your Java classes, display and compare the binary content of any file, and execute some neural network processing using a home made simplisitic language.

As convience features, it is also possible to browse the web and use a map (powered by OpenStreetMaps)

MaBox

A webDAV client for file backup, labelling, and advanced search.

Local photos viewer with automatic photos grouping 

Note : Remote backup requires a Raspberry Pi connected to a home router box to operate.

Mobirise

Buro

Buro is an Operating System abstraction layer to make it amazingly simple to use a computer !

Manage files, photos and map withtout computer and file system knowledge. Made for those who don't like to use computers ;-)

Buro Works on any desktop computer with a java runtime environment

Mobirise

ALKeys

store your account credentials (user name and passwords) on multiple devices, so that your private data are never stored as a single item on a single device.
Passwods are split into multiple pieces and shared between your own android devices !

No internet connection required.

ALNet

A fully connected Neural Network engine to experiment with Machine Learning without any ML, nor other resuming consuming AI library.

Implemented only with the help of a library for Matrix operations!
It allows you to :

  1. load data as CSV files
  2. run manually a single forward + back propagation iteration (and watch the updated neuron values)
  3. run a full training for 'n' number of epochs
  4. choose the number of hidden layers (1 or 2 at the moment)
  5. choose the number of neurons in each layer
  6. choose each layer's activation function (ReLU, tanH, Sigmoid, SoftMax)