Welcome to March 2025, where your social feeds are drowning in AI-generated Ghiblified images.
You've seen them. We've all seen them. That friend who suddenly decided their Instagram profile picture should look like they're about to be spirited away.
The Ghibli-fication of the internet has reached epidemic proportions. And I have the answer.
The Ghibli Detox Clinic is my tongue-in-cheek answer to the sea of Ghibli-style AI images we're all swimming in. Tired of that Ghibli style image? Feed it to us and we'll remove any traces of magical creatures and sentient dust, and dish out a realistic version of the image. Our AI-powered service analyzes and completely remove all traces of whimsy and fantasy from your contaminated images. Head over here to know how it works. Get inspired by transformations others have undergone here.
- Ghibli Contamination Analysis: Our advanced AI system measures the level of Ghibli contamination in your images.
- Detoxification Treatment: We cleanse your images of Ghibli elements and restore them to reality(or at least non Ghibli).
- Relapse Prevention Resources: Tools and tips to help you stay Ghibli-free in a world full of temptation.
- Recovery Gallery: Browse before-and-after transformations from our growing community of recovering Ghibli addicts.
- Frontend: React with TypeScript, leveraging the power of React Hooks and functional components
- Styling: Tailwind CSS with custom animations and a responsive design system, enhanced with RadixUI components
- State Management: React Query for server state management with optimistic updates
- Backend: Express.js server handling API requests and image processing
- Database: PostgreSQL with Drizzle ORM for type-safe database operations
- Builds: Vite provides a unified dev server, running the frontend and the backend together
- AI Processing: OpenAI's GPT-4o for analysis and DallE-3 for image generation
- Image Storage: Cloudflare R2 for efficient image storage and retrieval
Honestly, it started as a joke. But as I built it, I realized there's something weirdly satisfying about taking an AI-generated image and transforming it again. It's like getting the last word in an argument with the algorithm.
In a world where everyone's trying to look like they stepped out of a Miyazaki masterpiece, be boldly, refreshingly real. Visit the Ghibli Detox Clinic today!
Note: If you're really into Ghibli-style images, that's cool too – this is all in good fun!
# Clone the repository
git clone https://github.com/deepto98/studio-ghibli-detox.git
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env
# Add your OpenAI API key and Cloudflare R2 credentials
# Start development server
npm run dev