FiberGate / src /guichetoi /__init__.py
AzizMiladi's picture
chore: scaffold src/guichetoi package, pyproject.toml, CI, PR/issue templates
bbc5f0a
Raw
History Blame
403 Bytes
"""
GuichetOI — document AI for Orange's Guichet Accueil Infrastructures.
Sub-modules:
guichetoi.inference LayoutLMv3 classifier + extractor pipeline
guichetoi.recommendation Rule engine that verdicts demande complétude
guichetoi.cms Pre-fill CMS IMMO 9 BANBOU xlsx from a Verdict
guichetoi.api.main FastAPI service wrapping the above
"""
__version__ = "1.0.0"