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.5.tar.gz (944.0 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.5-py3-none-any.whl (952.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for anyeval-0.1.5.tar.gz
Algorithm Hash digest
SHA256 c062a529a8929b64044b89ef22236ec8bdfa5a88ecd3cc6ac35f1170aa2362b3
MD5 b61619784e00d3dc9fbe200b856cc81e
BLAKE2b-256 3948911c994a686512edcd8bf04aa3858a628e34c5f643daa085357306b84d4c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for anyeval-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 345d734bec0a4bc27413001c8e572706dac1d4a6ca44c6decc23a9b4ff81b336
MD5 ac5fe17f84e7d8d008fa32990aa0d06f
BLAKE2b-256 aa59d344e82a5e1e0b57ffe0980c1ef16bf3c0f9c64f6940be5a9c6f73a1ddba

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