Create a new garden for your backyard with AI.
It's very simple, we just use replicates's API to generate a new garden design using a controlnet version. All you need is a replicate API key and an account on upload.io to store media. It's built with Nuxt 3.
git clone https://github.com/timb-103/gardensGPT.git
- Go to Replicate to make an account.
- Click on your profile picture in the top right corner, and click on "Dashboard".
- Click on "Account" in the navbar. And, here you can find your API token, copy it.
- Go to Upload.io to make an account.
- At the top, click "API keys"
- Copy the public api key
Once you have your API key, create a .env file in the root of the project and values for:
- REPLICATE_API_KEY=your_api_key
- UPLOAD_PUBLIC_API_KEY=your_public_api_key
npm install
Then, run the application in the command line and it will be available at http://localhost:3000
.
npm run dev
Deploy the example using Vercel: