https://github.com/metaskills/unremarkable-ideogram-assistant
Consistent On-Brand Artwork using Ideogram + OpenAI Assistants
https://github.com/metaskills/unremarkable-ideogram-assistant
ai openai openai-api openai-assistants openai-assistants-api
Last synced: 16 days ago
JSON representation
Consistent On-Brand Artwork using Ideogram + OpenAI Assistants
- Host: GitHub
- URL: https://github.com/metaskills/unremarkable-ideogram-assistant
- Owner: metaskills
- License: mit
- Created: 2024-04-17T15:52:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T17:55:12.000Z (9 months ago)
- Last Synced: 2025-04-26T04:14:35.381Z (18 days ago)
- Topics: ai, openai, openai-api, openai-assistants, openai-assistants-api
- Language: JavaScript
- Homepage: https://www.unremarkable.ai/consistent-on-brand-artwork-using-ideogram-with-openai-assistants/
- Size: 813 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# unRemarkable.ai Ideogram Assistant
Article: https://www.unremarkable.ai/consistent-on-brand-artwork-using-ideogram-with-openai-assistants/
[]([https://unremarkable.ai](https://www.unremarkable.ai/consistent-on-brand-artwork-using-ideogram-with-openai-assistants/))
## Setup
> [!WARNING]
> This project assumes you are on a Mac OS system with Safari.Ensure you have an `OPENAI_API_KEY` and `IDEOGRAM_API_KEY` environment variables or add them to the `.env.development.local` file:
```
OPENAI_API_KEY=...
IDEOGRAM_API_KEY=...
```Now you can run the following commands:
```bash
./bin/setup
npm run assistant
```