Web app for AI-powered room redesign from a photo
Top 4.9% on sourcepulse
RoomGPT enables users to redesign their living spaces by uploading a room photo and generating AI-powered variations. This open-source version, a precursor to the paid SaaS product, targets individuals and developers looking to experiment with AI-driven interior design.
How It Works
The application leverages ControlNet, a machine learning model, to generate room variations. Upon uploading a room image, it's processed via a Next.js API route, interacting with the ControlNet model hosted on Replicate. Image storage is handled by Bytescale.
Quick Start & Requirements
npm install
npm run dev
Highlighted Details
Maintenance & Community
The project is maintained by Nutlope. Further community or roadmap details are not specified in the README.
Licensing & Compatibility
MIT Licensed. Permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
This is an early, open-source version lacking authentication, payment processing, and advanced features found in the commercial SaaS offering. Rate limiting requires an additional UpStash account.
1 year ago
Inactive