deep-analog / README.md
EtonMu's picture
Update README.md
f8674c4 verified
|
Raw
History Blame Contribute Delete
1.07 kB
---
title: Deep Analog
emoji: 🎞️
colorFrom: yellow
colorTo: gray
sdk: docker
app_port: 7860
pinned: false
---
Paper: https://arxiv.org/abs/2608.14702
# Deep Analog β€” Film Look Transfer (research preview)
Upload a reference film scan β†’ download a predicted 3D LUT (.cube).
Optionally upload your own photo β†’ get it rendered in the reference look
(color + tone + grain + halation).
## Configuration (Space variables/secrets)
| Variable | Purpose |
|---|---|
| `ACCESS_CODE` | If set, the UI and API require this code. Remove to open access. |
| `MAX_SIDE` | Max processing resolution (default 2048). |
## Privacy by Design
- Images processed in memory only; never written to disk, no database.
- Access logging disabled; no filenames or contents logged.
- No cookies, no analytics, no third-party requests from the page.
- Outputs are re-encoded β†’ all EXIF/GPS metadata stripped.
## Local run
```bash
pip install -r requirements.txt
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
ACCESS_CODE=1453 python app.py
```