https://github.com/livewithcodeankit/ai-interior-design-generator
Interior Designer AI
https://github.com/livewithcodeankit/ai-interior-design-generator
ai interior-design nextjs tailwindcss typescript
Last synced: 2 months ago
JSON representation
Interior Designer AI
- Host: GitHub
- URL: https://github.com/livewithcodeankit/ai-interior-design-generator
- Owner: LiveWithCodeAnkit
- License: mit
- Created: 2024-11-04T15:48:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T16:49:41.000Z (8 months ago)
- Last Synced: 2025-03-24T18:11:16.266Z (3 months ago)
- Topics: ai, interior-design, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 7.87 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Interior Designer AI

## How to use
### 1. Clone this project's repository
In your Terminal app
- Type `git clone [email protected]:siegblink/interior-designer-ai.git`
- Or type `git clone https://github.com/siegblink/interior-designer-ai.git`### 2. Install the project dependencies
Go to the project's directory
- Type `cd interior-designer-ai`
- Then, `npm install`### 3. Create an account at [replicate](https://replicate.com/)

### 4. Go to the _API tokens_ page within your replicate account

### 5. Create your API token and copy it

### 6. Rename the `.env.example` file to `.env.local`
### 7. In `.env.local`, replace the placeholder _your_api_token_ 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`
