diff --git a/zied-guesmi/image2text/README.md b/zied-guesmi/image2text/README.md new file mode 100644 index 0000000..76724ab --- /dev/null +++ b/zied-guesmi/image2text/README.md @@ -0,0 +1,6 @@ +![logo](./logo.png) + +## Description +image2text is an Ethereum ready dapp that applies google's [tesseract-OCR](https://github.com/tesseract-ocr/tesseract) engine to extract text from images. So whether you are creating a billing app or converting images to searchable pdfs, image2text is the right tool. + +More about [image2text](https://github.com/Zied-Guesmi/image2text). \ No newline at end of file diff --git a/zied-guesmi/image2text/deployed.json b/zied-guesmi/image2text/deployed.json new file mode 100644 index 0000000..b83263c --- /dev/null +++ b/zied-guesmi/image2text/deployed.json @@ -0,0 +1,6 @@ +{ + "app": { + "3": "0x2c9c3e84e9ec10caf11d070d0ab476b46a3ea0e7", + "42": "0x1b10a5b710937a16ac5e2fe813a4d82d65cb8238" + } +} \ No newline at end of file diff --git a/zied-guesmi/image2text/iexec.json b/zied-guesmi/image2text/iexec.json new file mode 100644 index 0000000..4028473 --- /dev/null +++ b/zied-guesmi/image2text/iexec.json @@ -0,0 +1,26 @@ +{ + "description": "image2text is an Ethereum ready dapp that applies google's tesseract-OCR engine to extract text from images. So whether you are creating a billing app or converting images to searchable pdfs, image2text is the right tool.", + "license": "MIT", + "author": "Zied Guesmi", + "social": { + "website": "https://zied-guesmi.github.io/image2text/", + "github": "https://github.com/Zied-Guesmi/image2text" + }, + "logo": "logo.png", + "app": { + "name": "image2text", + "price": 1, + "params": { + "type": "DOCKER", + "envvars": "XWDOCKERIMAGE=ziedguesmi/image2text" + } + }, + "order": { + "buy": { + "params": { + "cmdline": "", + "dirinuri": "https://github.com/Zied-Guesmi/image2text/blob/master/DATADIR.zip?raw=true" + } + } + } +} \ No newline at end of file diff --git a/zied-guesmi/image2text/logo.png b/zied-guesmi/image2text/logo.png new file mode 100644 index 0000000..27119f3 Binary files /dev/null and b/zied-guesmi/image2text/logo.png differ diff --git a/zied-guesmi/text2speech/README.md b/zied-guesmi/text2speech/README.md new file mode 100644 index 0000000..a2cfa89 --- /dev/null +++ b/zied-guesmi/text2speech/README.md @@ -0,0 +1,6 @@ +![logo](./logo.png) + +## Description +text2speech is an Ethereum ready dapp that uses [mimic](https://github.com/MycroftAI/mimic) text-to-speech engine to convert text files to speech and save them in wav format. + +More about [text2speech](https://github.com/Zied-Guesmi/text2speech). \ No newline at end of file diff --git a/zied-guesmi/text2speech/deployed.json b/zied-guesmi/text2speech/deployed.json new file mode 100644 index 0000000..3686fbb --- /dev/null +++ b/zied-guesmi/text2speech/deployed.json @@ -0,0 +1,6 @@ +{ + "app": { + "3": "0xbf468ab6f3ce2139f27265b8d7145bcd349eafb6", + "42": "0x7e5695082ccef8ed89f16b7904d55c83ad2985d8" + } +} \ No newline at end of file diff --git a/zied-guesmi/text2speech/iexec.json b/zied-guesmi/text2speech/iexec.json new file mode 100644 index 0000000..dc869b0 --- /dev/null +++ b/zied-guesmi/text2speech/iexec.json @@ -0,0 +1,25 @@ +{ + "description": "text2speech is an Ethereum ready dapp that uses mimic text-to-speech engine to convert text files to speech and save them in wav format.", + "license": "MIT", + "author": "Zied Guesmi", + "social": { + "website": "https://zied-guesmi.github.io/text2speech/", + "github": "https://github.com/Zied-Guesmi/text2speech" + }, + "logo": "logo.png", + "app": { + "name": "text2speech", + "price": 1, + "params": { + "type": "DOCKER", + "envvars": "XWDOCKERIMAGE=ziedguesmi/text2speech" + } + }, + "order": { + "buy": { + "params": { + "dirinuri": "https://github.com/Zied-Guesmi/text2speech/blob/master/DATADIR.zip?raw=true" + } + } + } +} \ No newline at end of file diff --git a/zied-guesmi/text2speech/logo.png b/zied-guesmi/text2speech/logo.png new file mode 100644 index 0000000..d932eea Binary files /dev/null and b/zied-guesmi/text2speech/logo.png differ