https://thisxdoesnotexist.com/

Submitted URL:
https://thisxdoesnotexist.com/
Report Finished:

The outgoing links identified from the page

LinkText
https://arxiv.org/abs/1812.04948how it works
https://thispersondoesnotexist.comThis Person Does Not Exist The site that started it all, with the name that says it all. Created using a style-based generative adversarial network (StyleGAN), this website had the tech community buzzing with excitement and intrigue and inspired many more sites. Created by Phillip Wang.
https://thiscatdoesnotexist.com/This Cat Does Not Exist These purr-fect GAN-made cats will freshen your feeline-gs and make you wish you could reach through your screen and cuddle them. Once in a while the cats have visual deformities due to imperfections in the model –beware, they can cause nightmares. Created by Ryan Hoover.
https://thisrentaldoesnotexist.comThis Rental Does Not Exist Why bother trying to look for the perfect home when you can create one instead? Just find a listing you like, buy some land, build it, and then enjoy the rest of your life. Created by Christopher Schmidt.
https://www.thiswaifudoesnotexist.net/This Waifu Does Not Exist This one is a little stranger than the others, but I bet you'll read more of the plot summary than you expect. It's engrossing. Created by Gwern Branwen.
https://stackroboflow.com/This Question Does Not Exist By generating seemingly realistic Stack Overflow questions, you can keep this open on your computer to seem like you're actually doing work. The most interesting aspect is the "Other Random Questions" section on the right side of the page, which shows other equally synthetic questions. Created by Brad Dwyer.
https://thisresumedoesnotexist.com/This Resume Does Not Exist To showcase their resume template builder, this company went as far as to incorporate TextgenRNN – not quite a GAN but rather a recurrent neural network (RNN) specializing in text generation. Bonus points –the headshots used in each resume are from thispersondoesnotexist.com. Created by Enhancv.
https://thisemotiondoesnotexist.com/This Emotion Does Not Exist While it doesn't necessarily use Deep Learning, this site showcases the power of a relatively simple model's ability to interpret emotions from facial expressions. The results may shock you. Or delight you. Or anger you. Regardless, the site can identify the emotion. Created by Jan Schneider.
https://thisvesseldoesnotexist.com/This Vessel Does Not Exist Drawing a beautiful parallel between Generators and Discriminators in GANs and apprentices and masters in ceramics, this site demonstrates the beautiful ability of neural networks to replicate the mastery of professionals at yet another craft. Created by Derek Philip Au.
https://theselyricsdonotexist.com/These Lyrics Do Not Exist Now we can generate lyrics for a song given a theme or topic. If only we combined this with text-to-speech and a melody-generating model to create completely original songs. Then the music industry would take GANs seriously. Created by Peter Ranieri.

JavaScript Variables · 12 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
Popperfunction
bootstrapobject
textobject
counternumber
elemobject

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5c8d657111b122ee
Text
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
errornetwork
URL
https://thisxdoesnotexist.com/main.js
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
		<meta property="og:title" content="This X Does Not Exist">
		<meta property="og:type" content="website">
		<meta property="og:url" content="https://thisxdoesnotexist.com/">
		<meta property="og:image" content="https://thisxdoesnotexist.com/img/thisxdoesnotexist.png">
		<meta property="og:description" content="Using generative adversarial networks (GAN), we can learn how to create realistic-looking fake versions of almost anything, as shown by this collection of sites that have sprung up in the past month.">
		<meta name="twitter:card" content="summary">
		<meta name="twitter:title" content="This X Does Not Exist">
		<meta name="twitter:description" content="Using generative adversarial networks (GAN), we can learn how to create realistic-looking fake versions of almost anything, as shown by this collection of sites that have sprung up in the past month.">
		<meta name="twitter:image" content="https://thisxdoesnotexist.com/img/thisxdoesnotexist.png">
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

		<link rel="icon" href="img/favicon.png">

		<title>This X Does Not Exist</title>
		<link href="main.css" rel="stylesheet">
	</head>

	<body>
		<main role="main">
			<section class="jumbotron text-center">
				<div class="container">
					<h1 class="jumbotron-heading">
						This <span id="X">Pony</span> Does Not Exist
					</h1>
					<p class="lead text-muted">
						Using generative adversarial networks (GAN), we can
						learn how to create realistic-looking fake versions of
						almost anything, as shown by this collection of sites
						that have sprung up in the past month. Learn
						<a href="https://arxiv.org/abs/1812.04948">how it works</a>.
					</p>
				</div>
			</section>

			<div class="album py-5 bg-light">
				<div class="container">
					<div class="row">
						<div class="col-md-4 mb-4">
							<a href="https://thispersondoesnotexist.com" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thispersondoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Person Does Not Exist</h5>
									<p class="card-text">
										The site that started it all, with the
										name that says it all. Created using a
										style-based generative adversarial
										network (StyleGAN), this website had the
										tech community buzzing with excitement
										and intrigue and inspired many more
										sites.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Phillip Wang.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thiscatdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thiscatdoesnotexist.jpeg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Cat Does Not Exist</h5>
									<p class="card-text">
										These purr-fect GAN-made cats will
										freshen your feeline-gs and make you
										wish you could reach through your screen
										and cuddle them. Once in a while the
										cats have visual deformities due to
										imperfections in the model –&nbsp;beware,
										they can cause nightmares.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Ryan Hoover.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisrentaldoesnotexist.com" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisrentaldoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Rental Does Not Exist</h5>
									<p class="card-text">
										Why bother trying to look for the
										perfect home when you can create one
										instead? Just find a listing you like,
										buy some land, build it, and then enjoy
										the rest of your life.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Christopher Schmidt.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://www.thiswaifudoesnotexist.net/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thiswaifudoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Waifu Does Not Exist</h5>
									<p class="card-text">
										This one is a little stranger than the
										others, but I bet you'll read more of
										the plot summary than you expect. It's
										engrossing.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Gwern Branwen.
								</div>
							</a>
						</div>
						<!-- <div class="col-md-4 mb-4">
							<a
								href="https://thisurldoesnotexist.com"
								class="card mb-4 box-shadow h-100"
							>
								<div
									class="embed-responsive embed-responsive-16by9"
								>
									<img
										class="card-img-top embed-responsive-item"
										src="img/thisurldoesnotexist.png"
										alt="Card image cap"
									/>
								</div>
								<div class="card-body">
									<h5>This URL Does Not Exist</h5>
									<p class="card-text">
										It doesn't, but at the same time it kind
										of does. Does that sound too cryptic?
										Click on it and you'll understand (and
										look at the URL). A simple but effective
										satire into the entire hype, but
										definitely doesn't use any deep
										learning.
									</p>
								</div>
							</a>
						</div> -->
						<!-- <div class="col-md-4 mb-4">
							<a
								href="https://thisstartupdoesnotexist.com"
								class="card mb-4 box-shadow h-100"
							>
								<div
									class="embed-responsive embed-responsive-16by9"
								>
									<img
										class="card-img-top embed-responsive-item"
										src="img/thisstartupdoesnotexist.png"
										alt="Card image cap"
									/>
								</div>
								<div class="card-body">
									<h5>This Startup Does Not Exist</h5>
									<p class="card-text">
										If your IP address is in San Francisco,
										this site actually just redirects to a
										random portfolio company from an AI-,
										blockchain-, or crypto-focused venture
										capital firm. Can you spot the
										difference? (Disclaimer: that was a
										joke).
									</p>
								</div>
							</a>
						</div> -->
						<div class="col-md-4 mb-4">
							<a href="https://stackroboflow.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisquestiondoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Question Does Not Exist</h5>
									<p class="card-text">
										By generating seemingly realistic Stack
										Overflow questions, you can keep this
										open on your computer to seem like
										you're actually doing work. The most
										interesting aspect is the "Other Random
										Questions" section on the right side of
										the page, which shows other equally
										synthetic questions.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Brad Dwyer.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisresumedoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisresumedoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Resume Does Not Exist</h5>
									<p class="card-text">
										To showcase their resume template
										builder, this company went as far as to
										incorporate TextgenRNN – not quite a GAN
										but rather a recurrent neural network
										(RNN) specializing in text generation.
										Bonus points –&nbsp;the headshots used in
										each resume are from
										thispersondoesnotexist.com.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Enhancv.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisemotiondoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisemotiondoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Emotion Does Not Exist</h5>
									<p class="card-text">
										While it doesn't necessarily use Deep
										Learning, this site showcases the power
										of a relatively simple model's ability
										to interpret emotions from facial
										expressions. The results may shock you.
										Or delight you. Or anger you.
										Regardless, the site can identify the
										emotion.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Jan Schneider.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisvesseldoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisvesseldoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Vessel Does Not Exist</h5>
									<p class="card-text">
										Drawing a beautiful parallel between
										Generators and Discriminators in GANs
										and apprentices and masters in ceramics,
										this site demonstrates the beautiful
										ability of neural networks to replicate
										the mastery of professionals at yet
										another craft.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Derek Philip Au.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://theselyricsdonotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/theselyricsdonotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>These Lyrics Do Not Exist</h5>
									<p class="card-text">
										Now we can generate lyrics for a song
										given a theme or topic. If only we
										combined this with text-to-speech and a
										melody-generating model to create
										completely original songs. Then the
										music industry would take GANs
										seriously.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Peter Ranieri.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thissnackdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thissnackdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Snack Does Not Exist</h5>
									<p class="card-text">
										For when you're feeling especially
										hungry and creative, this website will
										remind you that you're more hungry and
										less creative than you thought.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Ariel Levi, Koby Ofek, et al.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://imgflip.com/ai-meme" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thismemedoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Meme Does Not Exist</h5>
									<p class="card-text">
										Honestly, if I had to quantify the site
										with the largest value-add to humanity,
										this would be in the top three. Memes
										galore and so much more on every
										pageload.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Imgflip.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="http://thischairdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thischairdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Chair Does Not Exist</h5>
									<p class="card-text">
										Before I explain this site, you may want
										to take a seat, preferably in one of the
										chairs generated by this GAN. What's
										more is that the chairs are all 3D and
										you can fine tune the "weirdness."
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Marian Kleineberg.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="http://thisfootdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisfootdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Foot Does Not Exist</h5>
									<p class="card-text">
										Note that this is an SMS chatbot. You
										can text it to get pictures of feet. The
										pictures are animated. The feet are
										nonexistent. Why would you want to do
										this? Who knows.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by MSCHF.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="http://thisartworkdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisartworkdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Artwork Does Not Exist</h5>
									<p class="card-text">
										Be inspired by minimalism, realism,
										post-modernism, pre-modernism,
										modernism, and ancientism (not actually
										a thing). No matter your art
										preferences, you can find it here with
										enough refreshing.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Michael Friesen.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="http://thischemicaldoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thischemicaldoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Chemical Does Not Exist</h5>
									<p class="card-text">
										Who said drug discovery is hard? Just
										refresh until you find the right
										chemical. In all seriousness, the fact
										that this renders a 3D model with the
										correct bond pairings is impressive.
									</p>
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thishorsedoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thishorsedoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Horse Does Not Exist</h5>
									<p class="card-text">
										Some of the horses have people on them,
										but it seems like they're also generated
										by the GAN since something always seems
										a bit off with the people. The horses,
										as always, look great.
									</p>
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisworddoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisworddoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Word Does Not Exist</h5>
									<p class="card-text">
										Using GPT-2, this website manages to
										generate words that sound like they
										should exist, but don't. Great for
										startup names or baby names (now that
										the coveted X Æ A-12 is taken).
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Thomas Dimson.
								</div>
							</a>
						</div>
						<!-- <div class="col-md-4 mb-4">
							<a
								href="https://fakefake.news/"
								class="card mb-4 box-shadow h-100"
							>
								<div
									class="embed-responsive embed-responsive-16by9"
								>
									<img
										class="card-img-top embed-responsive-item"
										src="img/thissatiredoesnotexist.png"
										alt="Card image cap"
									/>
								</div>
								<div class="card-body">
									<h5>This Satire Does Not Exist</h5>
									<p class="card-text">
										It's hard enough to tell what news is
										real and what news isn't with The Onion
										and the craziness of the world today.
										But this site takes it a bit further by
										generating everything. And yet it all
										seems so plausible...
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Koen Mangelschots.
								</div>
							</a>
						</div> -->
						<div class="col-md-4 mb-4">
							<a href="https://vole.wtf/this-mp-does-not-exist/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thismpdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This MP Does Not Exist</h5>
									<p class="card-text">
										With the state of politics in the world,
										who wouldn't want a refreshing new face
										in charge? The author of this site
										trained a GAN on real faces of UK
										Parliament. Unfortunately the faces this
										model generates don't actually exist,
										but they still get my vote.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Matt Round.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisponydoesnotexist.net/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisponydoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Pony Does Not Exist</h5>
									<p class="card-text">
										This site was created with user
										experience in mind. You can pan the
										generated ponies, zoom in, and even
										auto-expand on hover. And best of all,
										each pony is uniquely made for you.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by arfa.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://www.thisautomobiledoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisautomobiledoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Automobile Does Not Exist</h5>
									<p class="card-text">
										Legend has it Elon used this website to
										design the Cybertruck. From there, he
										made some slight changes to the
										curvature on the left windows, but that
										was it.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by James Park.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thiseyedoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thiseyedoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Eye Does Not Exist</h5>
									<p class="card-text">
										It's not hard to see why this site is
										impactful. In fact, while you're looking
										at this site, you might find this site
										looking back at you. A helpful feature
										would be Sephora links to the shown
										makeup, but I wouldn't hold your breath
										for that feature coming anytime soon.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Gonçalo Abreu.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisbutterflydoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisbutterflydoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Butterfly Does Not Exist</h5>
									<p class="card-text">
										Surprisingly, butterflies look a lot
										scarier up close and on your monitor. Or
										is that just me? Anyway, take digitised
										specimens from the Natural History Musem
										in London, sprinkle in a little GAN
										magic, and you get this website.
									</p>
								</div>
							</a>
						</div>
						<!-- <div class="col-md-4 mb-4">
							<a
								href="http://thisbeetledoesnotexist.com/"
								class="card mb-4 box-shadow h-100"
							>
								<div
									class="embed-responsive embed-responsive-16by9"
								>
									<img
										class="card-img-top embed-responsive-item"
										src="img/thisbeetledoesnotexist.png"
										alt="Card image cap"
									/>
								</div>
								<div class="card-body">
									<h5>This Beetle Does Not Exist</h5>
									<p class="card-text">
										It turns out there are insects creepier
										than large butterflies. Using public
										domain images from the book
										<i
											>Biologia Centrali-Americana
											:zoology, botany and archaeology</i
										>, this site manages to create
										nonexistent species of beetles – as if
										the world didn't already have enough of
										them.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Bernat Cuni.
								</div>
							</a>
						</div> -->
						<div class="col-md-4 mb-4">
							<a href="http://thiscitydoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thiscitydoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This City Does Not Exist</h5>
									<p class="card-text">
										The next time your flight attendant
										tells you to close the window shades,
										look no further than this website. With
										it, you can get a unique new overhead
										view every time you refresh the page.
										And the best part is, you can almost
										make out your house from up here!
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Ron Hagensieker and Tomas Langer.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisfoodblogdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisfoodblogdoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Food Blog Does Not Exist</h5>
									<p class="card-text">
										Looking to surprise someone special with
										a new recipe that'll leave them
										wondering where you got your newly found
										culinary talents? Yeah, this is not the
										site for you. But, if you're looking to
										share a dank, new, AI-generated site
										that boasts the prowess of GANs, this
										site IS for you!
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Chip Thien.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://www.thisfuckeduphomerdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thishomerdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>
										This Fu***ed-up Homer Does Not Exist
									</h5>
									<p class="card-text">
										I have seen the dark side of the
										interwebs, and this is 100% cacao (read:
										very dark), folks. Visit at your own
										peril – you'll never look at the
										Simpsons in the same way.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Thomas Dimson.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisfursonadoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisfursonadoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Fursona Does Not Exist</h5>
									<p class="card-text">
										I'm not sure exactly what to do think of
										this. On the one hand, I learned the
										word "fursona" today. On the other hand,
										I discovered the page "wikifur.com"
										today. These are strange times.
										Regardless, excellent execution of a
										StyleGAN.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by arfa.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://arthurfindelair.com/thisnightskydoesnotexist/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisnightskydoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Night Sky Does Not Exist</h5>
									<p class="card-text">
										Over 55% of the world lives in an urban
										area with immense light pollution,
										unable to see the beauty of the stars
										and constellations. Unable to see the
										wonders of space. Unable to see whether
										they're a Scorpio or a Pisces – this
										site aims to solve that by democratizing
										access to the night sky.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Arthur Findelair.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://www.thismusicvideodoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thismusicvideodoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Music Video Does Not Exist</h5>
									<p class="card-text">
										Next up on the AI chopping block –&nbsp;the
										music industry. By combining OpenAI's
										Jukebox and a StyleGAN for visuals, this
										website will give you a
										never-before-seen music video worthy of
										a VMA. Watch out MTV –&nbsp;you're about to
										have a lot more nominations this year
										than you expected.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Taggart Bonham.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisbeachdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisbeachdoesnotexist.jpeg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Beach Does Not Exist</h5>
									<p class="card-text">
										Are you in need of a tropical vacation?
										Well do we have the perfect deal for
										you. Exclusively through his site,
										Vojtěch can sell you a lease to
										beachfront property with no tourists! Of
										course, the property only exists inside
										of a computer, but you're paying for the
										experience so be grateful.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Vojtěch Semecký.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="http://thismapdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thismapdoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Map Does Not Exist</h5>
									<p class="card-text">
										With Apple Maps and Google Maps
										competing on improving the quality and
										detail of their maps through satellite
										imagery and AI, this site takes a
										completely different approach –&nbsp;just
										create your own maps with as much detail
										as you want. Users won't actually check
										if there's a house there...will they?
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Isaac Boates.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisideadoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisideadoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Idea Does Not Exist</h5>
									<p class="card-text">
										Looking for a fun, new side-project?
										Look no further than this new site that
										recommends groundbreaking new ideas for
										companies or open-source projects. It's
										an I'm Feeling Lucky for how to spend an
										exotic weekend with some wine and your
										favorite IDE.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Andrew Cantino.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thissneakerdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thissneakerdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Sneaker Does Not Exist</h5>
									<p class="card-text">
										Sneaker heads beware – this site will
										keep you hooked. Feature request: every
										sneaker should have a button that allows
										you to instantly send the sneaker's
										photo to Nike.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Stan van der Vossen.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisbaseballplayerdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisbaseballplayerdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Baseball Player Does Not Exist</h5>
									<p class="card-text">
										Fortunately for the MLB, we've developed
										a fantastic recruiting pipeline for
										budding new baseball talent –&nbsp;generate
										'em with AI.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Nolan Madge.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisflagdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisflagdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Flag Does Not Exist</h5>
									<p class="card-text">
										It's not often that a country is in the
										market for a new flag, but on the off
										chance that they are, this site has them
										covered. It'll even offer a potentially
										new name for the flag. You know, just in
										case they wanna change their name too.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by VRBobbie.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://hirestack.ai/thisinterviewdoesnotexist" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisinterviewdoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Interview Does Not Exist</h5>
									<p class="card-text">
										Interviewing is a pain, and this tool is
										trying to lessen that pain by generating
										both the questions and the answers. Now,
										you can sit back and relax before any
										interview, knowing that this site has
										got your back. Fingers crossed you get
										the job!
									</p>
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://www.thisirisdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisirisdoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Iris Does Not Exist</h5>
									<p class="card-text">
										Do you ever get the feeling that
										something's watching you? Don't worry,
										it could just be this GAN and its latest
										iris. It takes the phrase "I've got my
										eye on you" to a whole new level.
									</p>
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://this-voice-does-not-exist.com/voices" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisvoicedoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Voice Does Not Exist</h5>
									<p class="card-text">
										This might be one of my favorites, not
										only because the actual voices sound
										absolutely realistic, but also because
										the generated sentences are absurd and
										exactly what I'd expect an AI to say.
										The voices may not pass a Turing Test,
										but they'll make you question who's
										actually on the other end of the phone
										next time you call customer support.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Nicolas Müller.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="http://www.thispepedoesnotexist.co.uk/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thispepedoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Pepe Does Not Exist</h5>
									<p class="card-text">
										In a stroke of absolute brilliance, this
										site finally delivers what we've all
										been yearning for since the inception of
										generative AI models at scale. While you
										may see some Pepe as blurred or
										malformed, consider the deformities a
										visual metaphor for the uncertainty of
										life and the haziness of trying to
										predict the future. Either that or the
										model needs some more training data. But
										who knows!
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Jess Moss &amp; Helena Milionis.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thishousedoesnotexist.org/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thishousedoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This House Does Not Exist</h5>
									<p class="card-text">
										The crack research team at Airbnb has
										been working on a solution to their
										supply-chain issues - they're running
										out of new houses to feature on their
										marketplace. To solve this, they've
										built an AI to just generate new house
										pictures for their listings. Disclaimer:
										That is a complete joke. True story: I
										would genuinely live in some of the
										houses generated by this amazing GAN.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by @levelsio.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thiscampsitedoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thiscampsitedoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Campsite Does Not Exist</h5>
									<p class="card-text">
										There's nothing quite like escaping
										nature and taking in a great breath of
										fresh air. But then again, why drive
										somewhere when you can get 99% of the
										experience from the comfort of your
										computer? With this site, you can
										experience the beauty of nature from the
										convenience of home. Win-win.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Andy Feliciotti.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thismountaindoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thismountaindoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Mountain Does Not Exist</h5>
									<p class="card-text">
										The world has become obsessed with the
										idea of climbing ever since Free Solo.
										But the dangers of free soloing aren't
										for everyone. For the more practical
										climbers, simply take a visit to this
										site that uses GANs to maximize your
										safety - you can't get injured climbing
										a mountain if the mountain doesn't
										exist!
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Kiru.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://this-voice-does-not-exist.com/music" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thismusicdoesnotexist.jpg" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Music Does Not Exist</h5>
									<p class="card-text">
										Record companies avert your eyes, for no
										industry is safe [insert sarcastic tone
										here]. This site features AI-generated
										scores from a variety of instruments
										ranging from string to brass. Take a
										listen and be sure to catch this AI on
										tour at a venue near you!
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Nicolas Müller.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://thisstreetviewdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisstreetviewdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Street View Does Not Exist</h5>
									<p class="card-text">
										An incredible game that combines a
										dataset from GeoGuessr with the new
										DALL-E 2 model to generate fake street
										views of actual places, and then makes a
										GeoGuessr like game out of those views.
										For some extra fun, try out Funky Mode.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by @lemiffe.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="https://www.thisgraffitidoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisgraffitidoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Graffiti Does Not Exist</h5>
									<p class="card-text">
										Breaking the law is a big price to pay
										for dedication to an art form. But worry
										no more! With this site, you can
										experience and appreciate the beauty of
										graffiti without resorting to vandalism
										and risking jail time. Or at the very
										least a fine. Or at the very, very
										least, some anxiety about getting a
										stern talking-to.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Måns Grebäck.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="http://www.thisairportdoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisairportdoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Airport Does Not Exist</h5>
									<p class="card-text">
										While air travel is becoming more
										convenient every day, there isn't an
										airport at every location you may want
										to go. To solve this, what if we created
										our own airpots on demand? That way, if
										you're flying from London to Paris but
										wanted to get off a bit earlier in
										Northern France, you could just ask your
										Uber driver...errr pilot to let you off
										a bit early.
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Sam Conrad Joyce.
								</div>
							</a>
						</div>
						<div class="col-md-4 mb-4">
							<a href="http://thisplaydoesnotexist.com/" class="card mb-4 box-shadow h-100">
								<div class="embed-responsive embed-responsive-16by9">
									<img class="card-img-top embed-responsive-item" src="img/thisplaydoesnotexist.png" alt="Card image cap">
								</div>
								<div class="card-body">
									<h5>This Play Does Not Exist</h5>
									<p class="card-text">
										When Broadway tickets are a bit too
										difficult to get, you can experience the
										true magic of a play using this
										incredible Instagram account all from
										the comfort of your home. Every set
										transports you to a different world (in
										the mind of a GAN).
									</p>
								</div>
								<div class="card-footer text-muted">
									Created by Jost von Harleßem.
								</div>
							</a>
						</div>
					</div>
				</div>
			</div>
		</main>

		<footer class="text-muted">
			<div class="container" style="text-align: center">
				<p>
					Made with love by
					<a href="https://kashishhora.com/about">Kashish Hora</a>.
				</p>
			</div>
		</footer>
		<script src="main.js"></script>
		<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
		<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
		<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
		<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
		<script>
			var text = [
				'Person',
				'Cat',
				'Rental',
				'Waifu',
				// 'URL',
				// 'Startup',
				'Question',
				'Resume',
				'Emotion',
				'Vessel',
				'Lyric',
				'Snack',
				'Meme',
				'Chair',
				'Foot',
				'Artwork',
				'Chemical',
				'Horse',
				'Word',
				// 'Satire',
				'MP',
				'Pony',
				'Automobile',
				'Eye',
				'Butterfly',
				// 'Beetle',
				'City',
				'Food Blog',
				'Homer',
				'Fursona',
				'Night Sky',
				'Music Video',
				'Beach',
				'Map',
				'Idea',
				'Sneaker',
				'Baseball Player',
				'Flag',
				'Interview',
				'Iris',
				'Voice',
				'Pepe',
				'House',
				'Campsite',
				'Mountain',
				'Music',
				'Street View',
				'Graffiti',
				'Airport',
				'Play',
			];
			var counter = 0;
			var elem = document.getElementById('X');
			var inst = setInterval(change, 1000);

			function change() {
				elem.innerHTML = text[counter];
				counter++;
				if (counter >= text.length) {
					counter = 0;
				}
			}
		</script>
		<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5c8d657111b122ee"></script>
	

</body></html>