All-in-one AI workflow toolkit: encode images/text/video/files to IDs, training & tokenizer helpers, and 1000+ utility scripts for continual AI development.
Project description
workflowredo 1.0.1
Library Python all-in-one untuk mempermudah membangun AI berkelanjutan.
Instalasi
pip install workflowredo
Otomatis menginstall: tensorflow, tokenizers, numpy, pandas, torch, seaborn, scikit-learn, scipy, jupyter, notebook, tqdm, requests, pillow, opencv-python, nltk, spacy, sentencepiece.
Fitur Utama
image_to_id(path)– encode gambar menjadi ID unik + vector embedding.text_to_id(text)– encode kata/kalimat menjadi token ID.file_to_id(path)– encode video, zip, pdf, atau file apa pun menjadi ID.Trainer– helper training PyTorch / TensorFlow.Tokenizer– wrapper tokenizer cepat.tensorflow_helpers– util untuk model TF.- 1000+ script utility di dalam
workflowredo.scriptsuntuk mempermudah pembuatan AI berkelanjutan (data loading, augmentasi, evaluasi, dll).
Contoh
import workflowredo as wr
img_id = wr.image_to_id("foto.jpg")
text_id = wr.text_to_id("halo dunia")
file_id = wr.file_to_id("video.mp4")
trainer = wr.Trainer(model, dataset)
trainer.fit(epochs=3)
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 workflowredo-1.0.1.tar.gz.
File metadata
- Download URL: workflowredo-1.0.1.tar.gz
- Upload date:
- Size: 47.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7c208c0422273db27ab3aebeffd8b75721f971471c26452a5776636c9043d20
|
|
| MD5 |
b9631f33620d2e96f450d67f6b4cf75f
|
|
| BLAKE2b-256 |
5d83cf668afd4500993879caf295be8830a36eb6bfc033def33816e7a80df03f
|
File details
Details for the file workflowredo-1.0.1-py3-none-any.whl.
File metadata
- Download URL: workflowredo-1.0.1-py3-none-any.whl
- Upload date:
- Size: 472.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0acdedfbc53a91b2a85f5103a0a7d4efc5e543a5250f9d644a0e90caf8361ce2
|
|
| MD5 |
633c83f9f169692f000847abb63e58d5
|
|
| BLAKE2b-256 |
cbf14068d9b3b5c50b320702eafca06cfa4dba82861702c4060853926558496b
|