Skip to main content

Conditional Equality Operator Framework for conditional transformations in Python

Project description

CEO Framework

The Conditional Equality Operator (CEO) Framework is a Python package for conditionally applying transformations to data based on user-defined criteria. Designed to work with various data types (e.g., images, text, numerical data), it simplifies conditional transformations in ML, NLP, and image processing workflows.

Installation

pip install ceo-framework

Usage

from ceo_framework import CEO, ValueAboveThreshold, Normalize

ceo = CEO()
ceo.add_condition(ValueAboveThreshold(10))
ceo.add_transformation(Normalize(scale=0.5))

data = 15
result = ceo.process(data)
print("Processed Result:", result)

Features

  • Define custom conditions for transformation.
  • Apply transformations conditionally across data types.
  • Easily extensible for ML, NLP, and image processing applications.

License

This project is licensed under the MIT License.

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

ceo-framework-0.1.3.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

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

ceo_framework-0.1.3-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file ceo-framework-0.1.3.tar.gz.

File metadata

  • Download URL: ceo-framework-0.1.3.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.3

File hashes

Hashes for ceo-framework-0.1.3.tar.gz
Algorithm Hash digest
SHA256 5937912a4a127406968e26e722f32afa80a3fc9184735d14940d2b12410ab34b
MD5 6b88555671530c555f5c6f9801115f70
BLAKE2b-256 6e269f712e94659498fd80daa2dbc58ec212338ba4902928d6047dd891700fbb

See more details on using hashes here.

File details

Details for the file ceo_framework-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: ceo_framework-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.3

File hashes

Hashes for ceo_framework-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8bcd1875604665132ff0929893920aeb0062d83ebbbc7941d2582ec007328288
MD5 b5b1cbac6a43dd0ffe81c315e1cf75f9
BLAKE2b-256 845cf94d8bce7d0498e670d659efd9bbbc249da1dc88e527675e1e9192c00302

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