Thisrentaldoesnotexist logo

Thisrentaldoesnotexist

Paid

AI-generated fake vacation rentals that don't exist.

5.0
Outputs: text
Type
Saas

About Thisrentaldoesnotexist

This Rental Does Not Exist is a web-based art project and demonstration that generates completely synthetic vacation rental listings using artificial intelligence. Every element of each listing—host profile pictures, room photographs, titles, and descriptions—is produced by machine learning models without any real-world data. Images are generated via NVIDIA's StyleGAN (trained on bedroom and face datasets), while the text is produced by a language model trained on actual Airbnb listings from OpenDataSoft. A new fake listing is created automatically every 5 seconds. The project aims to raise awareness about the current state of neural network content generation and how easily AI can create plausible but entirely fictional outputs.

Key Features

Images generated by NVIDIA StyleGAN (bedrooms and faces)
Text generated by language model trained on Airbnb listings
New listing created automatically every 5 seconds
Entirely synthetic: host photos, room photos, titles, descriptions
Demonstrates AI's ability to create plausible fake content at a glance

Pros & Cons

Pros
  • Effectively showcases the state of art in image and text generation from AI
  • Concept is simple and immediately understandable
  • Runs autonomously with no user input required
Cons
  • Listings are often dubious and would not survive close inspection
  • Purely for demonstration; not a functional tool for booking or searching real rentals
  • No user interaction beyond browsing automatically generated pages

Best For

Demonstrating the capabilities of modern generative AI modelsRaising awareness about the prevalence of synthetic content onlineEducational tool for understanding neural network outputs

Alternatives to Thisrentaldoesnotexist

FAQ

How does this site work?
All dynamic content on each listing is generated by a series of different machine-learned AI models. Images come from StyleGAN (a generative adversarial network by NVIDIA) and text comes from a language model trained on Airbnb listings. New listings are pre-generated and displayed every 5 seconds.
What datasets were used?
The images were produced using NVIDIA's pre-trained models on the FFHQ dataset (for faces) and their bedrooms dataset. The text model was trained on Airbnb listings downloaded from OpenDataSoft.
Why was this created?
The creator was inspired by 'This Person Does Not Exist' and wanted to see if someone with no deep experience in neural networks could generate plausible fake vacation rental listings using existing tools like StyleGAN and Google Colab.
Can I create something similar?
Yes, the site's data was developed using Google Colab (free, no setup) to generate images and train text models. The creator plans to write tutorials on the process.