Metadata-Version: 2.1
Name: detextify
Version: 0.1.0
Summary: 
Author: Julia
Author-email: turc.raluca@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Requires-Dist: absl-py (>=1.3.0,<2.0.0)
Requires-Dist: accelerate (>=0.15.0,<0.16.0)
Requires-Dist: azure-cognitiveservices-vision-computervision (>=0.9.0,<0.10.0)
Requires-Dist: diffusers (>=0.10.2,<0.11.0)
Requires-Dist: numpy (>=1.23.5,<2.0.0)
Requires-Dist: openai (>=0.25.0,<0.26.0)
Requires-Dist: opencv-python (>=4.6.0.66,<5.0.0.0)
Requires-Dist: paddleocr (>=2.6.1.1,<3.0.0.0)
Requires-Dist: paddlepaddle (>=2.4.1,<3.0.0)
Requires-Dist: pillow (>=9.3.0,<10.0.0)
Requires-Dist: replicate (>=0.4.0,<0.5.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: torch (>=1.13.0,<2.0.0)
Requires-Dist: transformers (>=4.25.1,<5.0.0)
Description-Content-Type: text/markdown

Library to remove unwanted pseudo-text from images generated by AI
===
To run the main script (which will eventually be removed from the library):
poetry run python detextify/main.py

