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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ceo-framework-0.1.1.tar.gz.
File metadata
- Download URL: ceo-framework-0.1.1.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ddf7271c5968dbb0b6eedd853dbf1cc5aac62a56157e937613cb04a897338eb
|
|
| MD5 |
126d0442aebb7870f294e9cf7c1df7f8
|
|
| BLAKE2b-256 |
a8166d0b103cf66821a5f3c85a20fd61970eac619fd7b85a2d9c3a35bdd5706f
|
File details
Details for the file ceo_framework-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ceo_framework-0.1.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d79e86fc3c10a720151bbc20331928a4775282554b04cf056e8565a5ac8be70a
|
|
| MD5 |
b67bb43569bd9e2f17a1ddb2618f56f2
|
|
| BLAKE2b-256 |
b78ee5c03ca0aa88f6463d6c08e3546e435b2be419ccfa1c0ddbffd9d07fde46
|