This project generates new designs of your room with AI
It uses an ML model called ControlNet 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 on Replicate and Upload is used for image storage. Loops is used for emails.
git clone https://github.com/Nutlope/roomGPT
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 at http://localhost:3000
.
npm run dev
openssl rand -base64 32
to generate NEXTAUTH_SECRETDeploy the example using Vercel:
Note: You will need to configure auth by following the setup above by using Neon and next-auth and payments
Redesign your room with Next.js, ControlNet on Replicate and Vercel.
This project generates new designs of your room with AI
It uses an ML model called ControlNet 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 on Replicate and Upload is used for image storage. Loops is used for emails.
git clone https://github.com/Nutlope/roomGPT
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 at http://localhost:3000
.
npm run dev
openssl rand -base64 32
to generate NEXTAUTH_SECRETDeploy the example using Vercel:
Note: You will need to configure auth by following the setup above by using Neon and next-auth and payments