These reports are generated outputs with company names removed. Use this page to showcase how Girafon looks and behaves without exposing real company 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