Add Streamlit web UI and Docker support

- app.py: Streamlit-based web UI for file-to-markdown conversion
- Dockerfile.ui: Docker image for UI (ffmpeg, ExifTool, port 8501)
- .dockerignore: whitelist app.py for Docker build
- CLAUDE.md: project instructions for Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
JOUNGWOOK KWON
2026-04-13 15:10:41 +09:00
parent 63cbbd9de6
commit 7b040a4445
4 changed files with 166 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
*
!packages/
!app.py