GILA

GILA is a general image toolkit that uses deep learning techniques to solve different problems. GILA uses Keras and TensorFlow as DL framework.

Initially GILA is developed to deal with the following problems:

  • Image Classification
  • Object Detection
  • Image Segmentation

Install GILA

From git:

git clone https://github.com/RParedesPalacios/GILA.git

Pre-requisites

GILA requires the following python libs:

  • Numpy
    pip3 install mumpy
    
  • Keras
    pip3 install keras
    
  • Pillow
    pip3 install pillow
    

Optional:

  • MatPlolib (only if you use the -plot option)
    pip3 install matplotlib
    
  • Pydot (only if you use the -summary option)
    pip3 install pydot
    

Using GILA

GILA is a command line tool:

python3 gila.py

some help:

python3 gila.py -h