https://github.com/noahwillcrow/ml-image-string-swapper
A pet project idea I want to work on. The idea is to leverage some form of pre-existing image reading software that will put a bounding box around text and then give me its guess as to the content of the text in an image, then give the algorithm another string to replace a given block of text with, and the algorithm will spit out an image that looks similar but with a string on it that should closely match the text styling of the original.
https://github.com/noahwillcrow/ml-image-string-swapper
Last synced: 12 months ago
JSON representation
A pet project idea I want to work on. The idea is to leverage some form of pre-existing image reading software that will put a bounding box around text and then give me its guess as to the content of the text in an image, then give the algorithm another string to replace a given block of text with, and the algorithm will spit out an image that looks similar but with a string on it that should closely match the text styling of the original.
- Host: GitHub
- URL: https://github.com/noahwillcrow/ml-image-string-swapper
- Owner: noahwillcrow
- License: apache-2.0
- Created: 2020-01-06T07:39:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T09:29:20.000Z (over 6 years ago)
- Last Synced: 2024-12-30T01:19:01.805Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ml-image-string-swapper
A pet project idea I want to work on. The idea is to leverage some form of pre-existing image reading software that will put a bounding box around text and then give me its guess as to the content of the text in an image, then give the algorithm another string to replace a given block of text with, and the algorithm will spit out an image that looks similar but with a string on it that should closely match the text styling of the original.