-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed b9b4946 with MkDocs version: 1.5.3
- Loading branch information
0 parents
commit 5564d9b
Showing
76 changed files
with
14,722 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,274 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/images/nature_banner.png"> | ||
|
||
<title>Roman Lutz - Art </title> | ||
|
||
<!-- include other html files --> | ||
<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.2.js" ></script> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content="Roman Lutz"> | ||
|
||
<link href="https://github.com/romanlutz" rel="me"> | ||
<link href="https://romanlutz.github.io/" rel="me"> | ||
<link href="https://fosstodon.org/@romanlutz" rel="me"> | ||
|
||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css"> | ||
<!-- Icon font --> | ||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> | ||
<!-- Fonts --> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700"> | ||
<!-- Custom styles --> | ||
<link rel="stylesheet" href="../css/styles.css"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <![endif]--> | ||
</head> | ||
<body class="home"> | ||
|
||
<header id="header"> | ||
<div id="head" class="parallax" parallax-speed="5"> | ||
<h1 id="logo" class="text-center"> | ||
<img class="img-circle" src="../images/profile.jfif" alt=""> | ||
<span class="title">Roman Lutz</span> | ||
<span class="tagline"> | ||
Responsible AI engineer<br> | ||
Open source maintainer | ||
</span> | ||
</h1> | ||
</div> | ||
|
||
<nav class="navbar navbar-default navbar-sticky"> | ||
<div class="container-fluid"> | ||
|
||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> | ||
</div> | ||
|
||
<div class="navbar-collapse collapse" id="navbar-collapse"> | ||
|
||
<ul class="nav navbar-nav"> | ||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="..">Home</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../blog/">Blog</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../maps/">Maps</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../resume/">Resume</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li class="dropdown"> | ||
<a href="" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../software_engineering/">Software Engineering</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../podcasts/">Podcasts</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../online_courses/">Online courses</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../data_visualization/">Data visualization</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../machine_learning_data_science/">ML & Data Science</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li class="active"> | ||
<a href="./">Art</a> | ||
</li> | ||
|
||
|
||
<!-- | ||
--> | ||
|
||
<li > | ||
<a href="../sports_analytics/">Sports analytics</a> | ||
</li> | ||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
</ul> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<main id="main"> | ||
|
||
|
||
|
||
|
||
|
||
<div class="container"> | ||
|
||
<div class="row topspace"> | ||
<div class="col-sm-8 col-sm-offset-2"> | ||
<div id="article"> | ||
<article class="post"> | ||
<div class="entry-content"> | ||
<h1 id="art">Art</h1> | ||
<h2 id="ai-art">AI Art</h2> | ||
<p>I'm personally interested in AI-generated Art because it empowers everyone to create beautiful paintings and innovate regardless of how skilled they are at what we would traditionally call art (e.g., painting). Even more so, you can use your own photos or prompts to create unique pieces that mean something to you, so it's not just the billionth photo of the Golden Gate Bridge, but maybe it's your photo of the Golden Gate Bridge as if it was painted by Picasso! </p> | ||
<p>Some resources I recommend on this topic are below:</p> | ||
<ul> | ||
<li><a href="https://openai.com/dall-e-2/">DALL-E 2</a> by OpenAI</li> | ||
<li><a href="https://www.midjourney.com/">Midjourney</a></li> | ||
<li><a href="https://www.fast.ai/posts/part2-2022.html">From Deep Learning Foundations to Stable Diffusion</a> course by Jeremy Howard, recordings should be available sometime in 2023.</li> | ||
<li><a href="https://magenta.tensorflow.org">Magenta</a></li> | ||
<li><a href="https://canvas.ucsc.edu/courses/25531">Generative Design</a> course by Adam Smith at UCSC</li> | ||
<li><a href="https://github.com/jantic/DeOldify/blob/master/README.md">DeOldify</a></li> | ||
<li><a href="https://kadenze.medium.com/16-artists-using-machine-learning-to-transform-digital-art-5aa8e03e879d">16 Artists using ML to transform digital art</a></li> | ||
</ul> | ||
<p>As this is a fairly new topic, most rules and laws will probably be set in the future. It is always worth considering some of the issues a new tool might introduce. For AI art this includes concerns about using existing art for AI training without crediting or compensating the artists.</p> | ||
<h2 id="art-with-non-ai-tech">Art with (non-AI) tech</h2> | ||
<ul> | ||
<li><a href="https://observablehq.com/@makio135/creative-coding">Observable examples</a> by Lionel Radisson</li> | ||
<li><a href="https://faculty.cc.gatech.edu/~parikh/art.html">Generative Art</a> by <a href="https://faculty.cc.gatech.edu/~parikh/">Devi Parikh</a></li> | ||
<li><a href="https://www.michaelfogleman.com/projects/">Projects by Michael Fogleman</a></li> | ||
<li><a href="https://bost.ocks.org/mike/algorithms/">Visualizing Algorithms</a> by <a href="https://bost.ocks.org/mike/">Mike Bostock</a></li> | ||
<li><a href="https://github.com/mxgmn/WaveFunctionCollapse">Wave Function Collapse</a></li> | ||
<li><a href="https://thebookofshaders.com/">The Book of Shaders</a> by Patricio Gonzalez Vivo and Jen Lowe</li> | ||
<li><a href="https://www.notion.so/That-Creative-Code-Page-c5550ef2f7574126bdc77b09ed76651b">That Creative Code Page</a></li> | ||
</ul> | ||
</div> | ||
</article> | ||
</div> | ||
</div> | ||
</div> | ||
</div> <!-- /container --> | ||
|
||
</main> | ||
|
||
<div id="footer"></div> | ||
|
||
<footer id="footer"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="col-md-3 widget"> | ||
<h3 class="widget-title">Follow me</h3> | ||
<div class="widget-body"> | ||
<p class="follow-me-icons"> | ||
<a href="https://github.com/romanlutz"><i class="fa fa-github fa-2"></i></a> | ||
<a href="https://linkedin.com/in/romanlutz"><i class="fa fa-linkedin fa-2"></i></a> | ||
<a href="https://fosstodon.org/@romanlutz"> | ||
<i> | ||
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 0 448 512"> | ||
<path d="M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"/> | ||
</svg> | ||
</i> | ||
</a> | ||
<a href="https://stackoverflow.com/users/11971317/roman-lutz"><i class="fa fa-stack-overflow fa-2"></i></a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
</div> <!-- /row of widgets --> | ||
</div> | ||
</footer> | ||
|
||
<footer id="underfooter"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="col-md-6 widget"> | ||
<div class="widget-body"> | ||
<p class="text-right"> | ||
Copyright © 2019, Roman Lutz<br> | ||
Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p> | ||
</div> | ||
</div> | ||
|
||
</div> <!-- /row of widgets --> | ||
</div> | ||
</footer> | ||
|
||
<!-- JavaScript libs are placed at the end of the document so the pages load faster --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | ||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | ||
<script src="../js/template.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.