Socket
Book a DemoInstallSign in
Socket

compli-ai

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compli-ai

Auto-generate EU AI Act technical documentation from your code.

pipPyPI
Version
0.1.0
Maintainers
1

Compli-AI: The Terraform for EU AI Compliance

Compli-AI is a command-line tool that scans your Python codebase to automatically identify AI models and software dependencies, generating technical documentation required for EU AI Act compliance.

Installation

pip install compli-ai

Usage

Scan the current directory and view results in your terminal:

compli-ai scan

Scan a specific path and export the report to a Markdown file:

compli-ai scan ./my_project --output report.md

Supported Frameworks

Compli-AI can currently detect models and components from the following frameworks:

  • Hugging Face (transformers)
  • PyTorch (torch.nn.Module)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts