Files
AI_portal/dwg-counting/requirements.txt
Ondřej Glaser 48cef99257 Initial portal commit: landing + 9 AI-powered apps
Apps:
- dwg-rooms: extract room numbers from DWG/DXF
- dwg-counting: count symbols in PDF drawings (OpenCV template matching)
- contract-check: review PDF contracts against a checklist (Claude vision + Tesseract OCR fallback)
- email-drafter: bullet notes → polished Czech/English business emails
- invoice-extractor: PDF/image invoice → structured data → Excel
- translator: Czech-first translator across 19 languages with tone control
- vv-check: find inconsistent unit prices across VV sheets in one workbook
- vv-compare: diff original vs new VV files (changes / added / removed)
- feature-request: portal users submit ideas + sample files

Infrastructure:
- LiteLLM gateway with per-app virtual keys + budgets
- Langfuse observability
- Geist font, shared theme, cross-subdomain back link + theme sync via cookie/URL
- Caddy reverse proxy on *.klas.chat
2026-05-13 15:25:04 +02:00

17 lines
267 B
Plaintext

fastapi>=0.115
uvicorn[standard]>=0.30
ezdxf>=1.3
matplotlib>=3.8
cairosvg>=2.7
Pillow>=10.0
pdf2image>=1.17
pdfplumber>=0.11
opencv-python-headless>=4.10
numpy>=1.26
reportlab>=4.0
openpyxl>=3.1
python-multipart>=0.0.9
openai>=1.50
python-dotenv>=1.0
aiofiles>=23.0