These are real Girafon outputs with company names removed. The goal is to show the workflow and report style without exposing client identities.
Girafon is meant to be deployed locally. Pick a path:
GUI (Streamlit)
pip install -r requirements.txt ollama serve ollama pull qwen2.5:14b streamlit run streamlit_app.py
CLI (script)
python main.py --pdf path/to/report.pdf
Docker (self-hosted)
docker build -t girafon . docker run -p 8501:8501 -e OLLAMA_HOST=http://host.docker.internal:11434 girafon
Source: github.com/monsieurr/girafon