Metadata-Version: 2.4
Name: datamorphx
Version: 0.0.1
Summary: Smart text augmentation for NLP and LLM fine-tuning.
Home-page: https://github.com/Yesha05/datamorph
Author: Yesha Doshi
Author-email: yeshadoshi81@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# datamorph

Smart text augmentation for NLP and LLM fine-tuning.

Example:
```python
from datamorph import Augmentor
aug = Augmentor()
print(aug.expand(["I can't do this."]))


cat > README.md <<'EOF'

