1. Build your model in keras

    model = Model(...)
  2. Launch the visualization dashboard with 1 line of code

    quiver_engine.server.launch(model, input_folder='./imgs')
  3. Explore layer activations on all the different images in your input folder.