{"id":18415737,"url":"https://github.com/moritzsalla/cci-advanced-visualization","last_synced_at":"2026-05-06T13:02:43.030Z","repository":{"id":69487409,"uuid":"250864516","full_name":"moritzsalla/cci-advanced-visualization","owner":"moritzsalla","description":"Classwork for Mick Grierson's module at the Creative Computing Institute","archived":false,"fork":false,"pushed_at":"2020-09-27T21:08:45.000Z","size":130502,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T06:24:46.408Z","etag":null,"topics":["matplotlib","numpy","openframeworks","python","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moritzsalla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-28T18:20:23.000Z","updated_at":"2022-10-23T12:11:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e87e14fb-ad31-4644-89a6-1ccde8556a6a","html_url":"https://github.com/moritzsalla/cci-advanced-visualization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzsalla%2Fcci-advanced-visualization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzsalla%2Fcci-advanced-visualization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzsalla%2Fcci-advanced-visualization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzsalla%2Fcci-advanced-visualization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moritzsalla","download_url":"https://codeload.github.com/moritzsalla/cci-advanced-visualization/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657829,"owners_count":21140842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matplotlib","numpy","openframeworks","python","tensorflow"],"created_at":"2024-11-06T03:54:59.333Z","updated_at":"2026-05-06T13:02:37.987Z","avatar_url":"https://github.com/moritzsalla.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"The submissions are located in `submission/` with their respective readme files.\n\n```\n├── README.md\n├── canvas\n│   ├── deathstar\n│   │   ├── README.md\n│   │   ├── index.html\n│   │   └── screenshot.png\n│   ├── geometry\n│   │   ├── img-1.png\n│   │   ├── img-2.png\n│   │   └── index.html\n│   ├── image-filter\n│   │   ├── create-image-data-canvas\n│   │   │   ├── index.html\n│   │   │   └── screenshot.png\n│   │   ├── image-filter-blur\n│   │   │   ├── README.md\n│   │   │   ├── blur.js\n│   │   │   ├── img.jpg\n│   │   │   ├── index.html\n│   │   │   ├── screenshot.png\n│   │   │   └── style.css\n│   │   └── image-filter-bw\n│   │       ├── README.md\n│   │       ├── bw.js\n│   │       ├── img.jpg\n│   │       ├── index.html\n│   │       ├── screenshot.png\n│   │       └── style.css\n│   ├── maximilian-canvas\n│   │   ├── img-1.png\n│   │   └── index.html\n│   ├── polar-waveform\n│   │   ├── img-1.png\n│   │   ├── img-2.png\n│   │   └── index.html\n│   └── starfield\n│       ├── README.md\n│       ├── index.html\n│       └── screenshot.png\n├── exam-prep\n│   ├── README.md\n│   └── mock.md\n├── js\n│   ├── cheetsheets\n│   │   ├── HTML5_Canvas_Cheat_Sheet.pdf\n│   │   ├── davechild_javascript.pdf\n│   │   ├── javascript-cheat-sheet-v1.pdf\n│   │   └── wsu-js-cheat-sheet-long.pdf\n│   └── shaders\n│       ├── README.md\n│       ├── build\n│       │   ├── Makefile\n│       │   ├── Project.xcconfig\n│       │   ├── addons.make\n│       │   ├── bin\n│       │   │   ├── build.app\n│       │   │   │   └── Contents\n│       │   │   │       ├── Frameworks\n│       │   │   │       │   └── libfmodex.dylib\n│       │   │   │       ├── Info.plist\n│       │   │   │       ├── MacOS\n│       │   │   │       │   ├── build\n│       │   │   │       │   └── libfmodex.dylib\n│       │   │   │       ├── PkgInfo\n│       │   │   │       ├── Resources\n│       │   │   │       │   └── icon.icns\n│       │   │   │       └── _CodeSignature\n│       │   │   │           └── CodeResources\n│       │   │   ├── buildDebug.app\n│       │   │   │   └── Contents\n│       │   │   │       ├── Frameworks\n│       │   │   │       │   └── libfmodex.dylib\n│       │   │   │       ├── Info.plist\n│       │   │   │       ├── MacOS\n│       │   │   │       │   └── buildDebug\n│       │   │   │       ├── PkgInfo\n│       │   │   │       ├── Resources\n│       │   │   │       │   └── icon-debug.icns\n│       │   │   │       └── _CodeSignature\n│       │   │   │           └── CodeResources\n│       │   │   └── data\n│       │   │       ├── 0\n│       │   │       │   ├── Bildschirmfoto\\ 2020-03-01\\ um\\ 17.45.07.png\n│       │   │       │   ├── shader.frag\n│       │   │       │   └── shader.vert\n│       │   │       ├── 1\n│       │   │       │   ├── Bildschirmfoto\\ 2020-03-01\\ um\\ 17.44.11.png\n│       │   │       │   ├── shader.frag\n│       │   │       │   └── shader.vert\n│       │   │       └── 2\n│       │   │           ├── Bildschirmfoto\\ 2020-03-01\\ um\\ 17.43.38.png\n│       │   │           ├── shader.frag\n│       │   │           └── shader.vert\n│       │   ├── build.xcodeproj\n│       │   │   ├── project.pbxproj\n│       │   │   ├── project.xcworkspace\n│       │   │   │   ├── contents.xcworkspacedata\n│       │   │   │   ├── xcshareddata\n│       │   │   │   │   ├── IDEWorkspaceChecks.plist\n│       │   │   │   │   └── WorkspaceSettings.xcsettings\n│       │   │   │   └── xcuserdata\n│       │   │   │       └── moritzsalla.xcuserdatad\n│       │   │   │           └── UserInterfaceState.xcuserstate\n│       │   │   └── xcshareddata\n│       │   │       └── xcschemes\n│       │   │           ├── build\\ Debug.xcscheme\n│       │   │           └── build\\ Release.xcscheme\n│       │   ├── config.make\n│       │   ├── obj\n│       │   │   └── osx\n│       │   │       └── Release\n│       │   │           └── src\n│       │   │               ├── main.d\n│       │   │               └── ofApp.d\n│       │   ├── openFrameworks-Info.plist\n│       │   └── src\n│       │       ├── main.cpp\n│       │       ├── ofApp.cpp\n│       │       └── ofApp.h\n│       ├── screenshot.jpg\n│       ├── screenshot2.jpg\n│       └── screenshot3.jpg\n├── shaders\n│   ├── README.md\n│   ├── shader-01\n│   │   ├── main.frag\n│   │   └── screenshot.png\n│   ├── shader-02\n│   │   ├── main.frag\n│   │   └── screenshot.png\n│   ├── shader-03\n│   │   ├── main.frag\n│   │   └── screenshot.png\n│   ├── shader-04\n│   │   ├── main.frag\n│   │   └── screenshot.png\n│   ├── shader-05\n│   │   ├── main.frag\n│   │   └── screenshot.png\n│   ├── shader-06\n│   │   ├── main.frag\n│   │   └── screenshot.png\n│   ├── shader-07\n│   │   ├── main.frag\n│   │   └── screenshot.png\n│   └── shader-08\n│       ├── main.frag\n│       └── screenshot.png\n└── submission\n    ├── image-processing-numpy\n    │   ├── Pipfile\n    │   ├── Pipfile.lock\n    │   ├── README.md\n    │   ├── data-albatross\n    │   │   ├── Black_Footed_Albatross_0001_796111.jpg\n    │   │   └── Black_Footed_Albatross_0090_796077.jpg\n    │   ├── img_align_celeba\n    │   │   ├── 000001.jpg\n    │   │   └── 000100.jpg\n    │   ├── processing-images-albatross.ipynb\n    │   ├── processing-images.ipynb\n    │   └── requirements.txt\n    ├── style-transfer\n    │   ├── Pipfile\n    │   ├── Pipfile.lock\n    │   ├── README.md\n    │   ├── aerial-pics\n    │   │   ├── aerialpics-style-transfer.ipynb\n    │   │   ├── dataset\n    │   │   │   ├── planepic001.jpeg\n    │   │   │   └── planepic007.jpeg\n    │   │   └── exports\n    │   │       ├── export-1.jpg\n    │   │       ├── export-2.jpg\n    │   │       ├── export-3.jpg\n    │   │       └── export-4.jpg\n    │   ├── deepdream\n    │   │   ├── deepdream.ipynb\n    │   │   ├── export-1.jpeg\n    │   │   └── export-5.jpeg\n    │   └── fighterplane\n    │       ├── export-1.jpg\n    │       ├── export-2.jpg\n    │       ├── export-3.jpg\n    │       ├── export-4.jpg\n    │       └── fighterplane_Neural_Style_Transfer.ipynb\n    └── web-scraper\n        ├── Pipfile\n        ├── Pipfile.lock\n        ├── README.md\n        ├── screenshot1.jpg\n        ├── screenshot2.jpg\n        ├── screenshot3.jpg\n        ├── screenshot4.jpg\n        ├── webscraper-ext.py\n        └── webscraper.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritzsalla%2Fcci-advanced-visualization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoritzsalla%2Fcci-advanced-visualization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritzsalla%2Fcci-advanced-visualization/lists"}