- Notifications
You must be signed in to change notification settings - Fork0
Upload a photo of your room to generate your dream room with AI.
License
The5thcell/roomGPT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
RoomGPT - redesign your room with AI
This is the previous and open source version of RoomGPT.io (a paid SaaS product). It's the very first version of roomGPT without the auth, payments, or additional features and it's simple to clone, deploy, and play around with.
It uses an ML model calledControlNet to generate variations of rooms. This application gives you the ability to upload a photo of any room, which will send it through this ML Model using a Next.js API route, and return your generated room. The ML Model is hosted onReplicate andBytescale is used for image storage.
git clone https://github.com/Nutlope/roomGPT
- Go toReplicate to make an account.
- Click on your profile picture in the top left corner, and click on "API Tokens".
- Here you can find your API token. Copy it.
Create a file in root directory of project with env. And store your API key in it, as shown in the .example.env file.
If you'd also like to do rate limiting, create an account on UpStash, create a Redis database, and populate the two environment variables in.env
as well. If you don't want to do rate limiting, you don't need to make any changes.
npm install
Then, run the application in the command line and it will be available athttp://localhost:3000
.
npm run dev
Deploy the example usingVercel:
This repo is MIT licensed.
About
Upload a photo of your room to generate your dream room with AI.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- TypeScript94.0%
- CSS4.2%
- JavaScript1.8%