# processing-1
**Repository Path**: bit2atom/processing-1
## Basic Information
- **Project Name**: processing-1
- **Description**: Runway + Processing 🔥
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-25
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Runway + Processing
A collection of examples and tutorials on how to use [Runway](https://runwayapp.ai/) with [Processing](https://processing.org/).
## Examples
- Skeleton tracking with PoseNet:
- [Tutorial](https://docs.runwayapp.ai/#/tutorial_posenet)
- [Code](/posenet)
- Face tracking with Face Landmarks:
- [Tutorial](/face_landmarks/README.md)
- [Code](/face_landmarks)
- Image Captioning with im2txt:
- [Code](/im2txt)
- COCO-SSD:
- [StreetView](COCO-SSD/StreetView)
- AttnGAN:
- [attnGAN](/attnGAN)
## Library
Ideally this will be a Processing Library that manages the OSC connection to Runway. For now all examples are using Processing [oscP5](http://www.sojamo.de/libraries/oscP5/) library.
## Contributing
This is still a work in progress. Contributions are welcomed!