No description
Move all API routes, OpenAI-compatible routes, web UI routes, shared config, models, rate limiter, and auth logic into dedicated files (config.py, routeApi.py, routeOpenAi.py, routeWeb.py). app.py now serves as a clean entry point. Made-with: Cursor |
||
|---|---|---|
| .github/workflows | ||
| deploy | ||
| docu | ||
| static | ||
| templates | ||
| .gitignore | ||
| app.py | ||
| config.ini | ||
| config.py | ||
| README.md | ||
| requirements.txt | ||
| routeApi.py | ||
| routeOpenAi.py | ||
| routeWeb.py | ||
| start-python.bat | ||
| start-python.ps1 | ||
Private LLM - Belegscanner
KI-Dokumentenanalyse mit lokalen Ollama Vision-Modellen.
Features
- Rechnungen, Belege, Bankauszüge analysieren
- Handschrift erkennen
- PDF-Support
- 100% lokal - keine Cloud-APIs
Tech Stack
- Backend: Python Flask
- AI: Ollama Vision Models
- Server: Infomaniak Swiss Cloud (GPU)
Deployment
Automatisches Deployment via GitHub Actions bei Push zu main.