siegblink / interior-designer-ai

Upload a sample room photo and get a design back in seconds.
https://interior-designer-ai.vercel.app/
MIT License
75 stars 33 forks source link
artificial-intelligence hacktoberfest nextjs13 reactjs replicate tailwindcss typescript

Interior Designer AI

Interior design image

How to use

1. Clone this project's repository

In your Terminal app

2. Install the project dependencies

Go to the project's directory

3. Create an account at replicate

create-account-in-replicate

4. Go to the API tokens page within your replicate account

go-to-api-tokens

5. Create your API token and copy it

create-api-token

6. Rename the .env.example file to .env.local

7. In .env.local, replace the placeholder _your_apitoken with your API token

# Replace 'your-api-token' with your own API token from replicate
REPLICATE_API_TOKEN=your_api_token

8. Run the project

Back in your Terminal in the project directory, type npm run dev

9. See the running application in your browser at localhost:3000

see-running-app