Keras
  • Keras
  • Introduction
    • Keras Framework
    • Convolutional Neural Networks
    • ImageNet
    • VGG network
  • Requirements
  • Application
    • Results
Powered by GitBook
On this page

Was this helpful?

Requirements

For this project we are going to need the following stuff:

  • Laptop

    • 4 GB RAM

    • 30 GB ROM

  • Operative System

    • Ubuntu >16.x

  • Package Install

    • Keras

    • TensorFlow

    • Numpy

Before you clone the repository you could run a setup file to get all the dependencies.

$ cd /kerasImageFilter
$ cd /setup
$ sh setup.sh
PreviousVGG networkNextApplication

Last updated 5 years ago

Was this helpful?