Command-line tool for inspecting AI/ML models.
Project description
Model Inspect
Model Inspect is a tool for inspecting the contents of Ai Models.
| Testing | |
| Meta | |
Project Structure
modelinspect/
โโโ images/ # ๐ Project-related images
โ โโโ ModelInspect.png # Project image/logo
โโโ model_inspect/ # ๐ Main source code package
โ โโโ __init__.py # Initializes the package
โ โโโ __main__.py # Enables `python -m model_inspect` to run the CLI
โ โโโ ascii.py # Contains ASCII art display class using Rich
โ โโโ cli.py # CLI entry point
โโโ tests/ # ๐ Test suite
โ โโโ __init__.py # Marks this directory as a Python package
โโโ .gitignore # ๐ Specifies intentionally untracked files to ignore in Git
โโโ .pylintrc # ๐ Pylint configuration file for static code analysis
โโโ LICENSE # ๐ License file (e.g., MIT) defining terms of use
โโโ mypy.ini # ๐ Configuration for mypy static type checker
โโโ poetry.lock # ๐ Locked dependency versions (auto-generated by Poetry)
โโโ pyproject.toml # ๐ Main project configuration for Poetry and build system
โโโ README.md # ๐ Project description, usage, setup instructions
Limitations & Alternatives
modelinspect is currently under development. More to come in future versions.
License
MIT (See LICENSE)
Acknowledgements
This project is heavily inspired by the following projects:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiforensics-0.0.0.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiforensics-0.0.0.tar.gz.
File metadata
- Download URL: aiforensics-0.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.11 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45d6f52664bf94f16d30cf7835ebe34162f3a084ff13684ae0ac6c17901adf48
|
|
| MD5 |
66c1dd59f0639af27c8a662051dc6b13
|
|
| BLAKE2b-256 |
a40e69cb9c15279f65d267d4472acd5d8ebdb2a478dde80a5751b7763e1bf3cf
|
File details
Details for the file aiforensics-0.0.0-py3-none-any.whl.
File metadata
- Download URL: aiforensics-0.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.11 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccfed89ba52a106afcee7ef1c4dd20ad379caa29f98a11b66f52254ed8eb0547
|
|
| MD5 |
51b014b2776978f598885c5f9d885707
|
|
| BLAKE2b-256 |
a3c4ae8041e09d20aa171fbc0f676789b44efbe254fa266d5ba85a998c2c611e
|