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.4.tar.gz (1.8 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.4-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ceo-framework-0.1.4.tar.gz
  • Upload date:
  • Size: 1.8 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.4.tar.gz
Algorithm Hash digest
SHA256 2c1870c21728cfd3930e94bc1cbcde50f556610e671b1e2f1fe19f694494d8f8
MD5 3cafc0d0cbe3c973d5032177a14ce39a
BLAKE2b-256 0b727c8bc830274c6fc5eb233eabb0598ffb8e119b72f90be4f04c1f57d49c63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ceo_framework-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 1.7 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 929c77b545233d931e5e9c7eee1bc84ea0a7dd05946e5bb15734d6702d052a2b
MD5 480ce14a87cc4dc032b75fca67055e40
BLAKE2b-256 66ea0364b490ba081f3d8721fd510db167e7b49d2ad2396ca92f5ed87751ad28

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