28 lines
755 B
Markdown
28 lines
755 B
Markdown
# Hurricane Eye
|
|
|
|
## Scene Characterisation
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Domain | WEATHER |
|
|
| Description | Inside the eye of a hurricane. Calm blue sky above, towering wall clouds surrounding.... |
|
|
|
|
## Key Tests
|
|
Extreme cloud wall geometry, calm center vs violent perimeter, scale of storm system
|
|
|
|
## Brain Config
|
|
```bash
|
|
python -m brain \
|
|
--reference benchmark/references/weather/hurricane-eye/pexels-1118873-hurricane.jpg \
|
|
--domain WEATHER \
|
|
--llm claude --tier opus \
|
|
--max-iterations 20
|
|
```
|
|
|
|
## Licensing
|
|
- **Category**: stock-free
|
|
- **License**: Pexels License (free for all purposes, no attribution required)
|
|
- **Source**: https://www.pexels.com/photo/1118873/
|
|
- **Photo ID**: 1118873
|
|
- **Attribution Required**: No
|