Skip to main content

Universal Evaluation for Gen AI

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

anyeval

Universal Evaluation for Gen AI

Usage

pip install anyeval
# run evaluation for a parquet file or directory.
anyeval run [parquet_file|dir]

Design

Data Schema (Parquet)
id dataset label input output created_at updated_at
Columns

id: is a UUID column. dataset: is a String column. label: is a JSON column. key value must be String.
input: is a JSON column. key must be String. can include media data.
output: is a JSON column. key must be String. can include media data.

media data key must start by '@[file_type]->key'
only @image->, @video->, @audio-> file types are supported.

Example:

{
  "prompt": "make the image to video",
  "@image->input_image": "fs://path/to/image.jpg"
}
{
  "inference_time": "1.234",
  "inference_device": "NVIDIA GeForce RTX 4090",
  "@video->output_video": "fs://path/to/output.mp4",
  "@video->output_video_thumbnail": "s3://path/to/output.jpg"
}

created_at: is a timestamp column.
updated_at: is a timestamp column.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anyeval-0.1.6.tar.gz (944.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

anyeval-0.1.6-py3-none-any.whl (952.4 kB view details)

Uploaded Python 3

File details

Details for the file anyeval-0.1.6.tar.gz.

File metadata

  • Download URL: anyeval-0.1.6.tar.gz
  • Upload date:
  • Size: 944.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.13

File hashes

Hashes for anyeval-0.1.6.tar.gz
Algorithm Hash digest
SHA256 f5142e6c9e45601c139d8b7393f3fee52f36e61eb5490b1b7bf013045d167d8f
MD5 eb4016c0781ebbca65408b3f00789b32
BLAKE2b-256 43ef2640f28241e2af914b531e32c769c78fd0e2346926160225dde11a0df018

See more details on using hashes here.

File details

Details for the file anyeval-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: anyeval-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 952.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.13

File hashes

Hashes for anyeval-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d6e36076d18879c50c750ecd9aa39162186e88881d39d48c3175fc59bcdd7f21
MD5 c9a6f0fd8ffd6e602f6a1c5b25d920cf
BLAKE2b-256 2149a23a919d80dba0ad5aabbabfff2faabd69344930f8da9dedcce97ca656a6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page