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.2.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.2-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ceo-framework-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 56c0f374662c6529a1e787eaaa78bd96386b5d3975c4f337afb3533410aa42a7
MD5 7162e24042c658e86d1e44e79ba95049
BLAKE2b-256 ee582824487d3efbfa959ede849c7cf5f6dfd518ae03cd8cb84e9a17ad7e5d01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ceo_framework-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a5fefa3a9b7174f78c750e46189d1f39f312c55bd9951b2bbb238b8fe4ac6a85
MD5 fc0c771b2b97e4e131eb95e5d6c501b6
BLAKE2b-256 e6bf98f3887cb0bf678fa050d88307d1f31b71827e750511e0e185b5642b0a64

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