New standalone Python/FastAPI service for automatic compliance document scanning, LLM-based classification, IPFS archival, and gap analysis. Includes extractors (PDF, DOCX, XLSX, PPTX), keyword fallback classifier, compliance matrix, and full REST API on port 8098. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
93 B
Python
3 lines
93 B
Python
from .analyzer import generate_gap_analysis
|
|
from .compliance_matrix import COMPLIANCE_MATRIX
|