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.2.tar.gz (855.9 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.2-py3-none-any.whl (863.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for anyeval-0.1.2.tar.gz
Algorithm Hash digest
SHA256 681a31eb504471f73a9968a3464daf7f5465e95c4613ed60fa979af8d516d215
MD5 bc52a3a92700c38e657974c41f29f6c3
BLAKE2b-256 56f6e8e24187d4da7757e4f830c6dab8b357168faf9463f9dd13a4f12ad5e2f8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for anyeval-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3c6905a9b8d479b7cdfedbf7ba46929dbfdd026458a0eced26c17263f2e310b1
MD5 cbaaaa33df5095b84fb5555dad0df231
BLAKE2b-256 28da3f49edf20b2feedd7d5caaa63b1960f98fb6beab6073b844ede9304822e4

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