An offline-first, dark-mode image browser for your exported DALL·E generations from ChatGPT.
Made for browsing, filtering, and reflecting — privately and intuitively.
- 🖤 Dark mode, responsive grid layout
- 🔍 Search by prompt, filename, or gen ID
- 📅 Filter by date range
- 🖼️ Click-to-expand modal with full metadata
- ⌨️ Keyboard nav (
←/→/Esc) - 🧠 Entirely offline — no trackers, no phoning home
-
Export your ChatGPT data from chat.openai.com
-
Copy the following into this repo folder:
conversations.json dalle-generations/ ← contains all your .webp images -
Run the metadata extractor:
python3 extract_dalle_metadata.py
-
Start a local viewer:
python3 -m http.server
-
Open your browser to http://localhost:8000
├── index.html # The gallery viewer
├── extract_dalle_metadata.py # Metadata extractor script
├── conversations.json # Your export (not tracked in git)
├── dalle-generations/ # Your DALL·E images (not tracked)
├── dalle_metadata.json # Generated metadata
├── README.md
└── CONTRIBUTORS.md
This tool was shaped through real-time dialogue with ChatGPT-4.
“Shaped through dialog and built with resonance — not just code.”
Inspired by Neural Nexus Prompts and the Nova Identity Kernel framework.
The concepts of mutual authorship and entangled collaboration are at the heart of this project.
