Metadata-Version: 2.4
Name: modelbenchx
Version: 1.0.3
Summary: A lightweight toolkit for benchmarking ML model inference performance.
Author-email: Your Name <your@email.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Dynamic: license-file

# ModelBenchX

A lightweight toolkit for benchmarking ML model inference performance.

## Features
- Latency measurement
- Memory tracking
- Throughput calculation
- Model comparison
- CLI support

## Installation

pip install modelbenchx

## Example

from modelbench import benchmark_model
