Skip to content

Latest commit

 

History

History

10_colab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Introduction to RunwayML

Session A: Hosted Models and Networking

Objectives

  • Learn how to integrate Colab with JavaScript and other software applications.

Resources

Session B: Generative Adversarial Networks, Semantic Maps

Objectives

  • Understand the basics of how the GANs and Image Colorization models work
  • Develop high-level understandings of nonlinear dimensionality reductions and the latent space.
  • Understand how GANs can be applied to interactive systems to generate imagery.
  • Slides

Additional references

Creative GAN projects

Semantic Maps / Image Synthesis

Code Examples

Assignment (Due Sunday, Nov 9):

  1. Create a p5.js sketch that receives data from RunwayML (using any model). You can use this glitch RunwayML template which hides the keys in a .env file. (If you work with the web editor only, be careful about leaving your token in your code and the model active in the RunwayML interface!)
  2. Optionally, send data to RunwayML or use another programming environment or software tool besides p5.js.
  3. Continue your reflection on RunwayML in a blog post. How is working with RunwayML from your code compared to the web interface? Include screenshots and screen captures of your workflow.