Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions zied-guesmi/image2text/README.md
Original file line number Diff line number Diff line change
@@ -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).
6 changes: 6 additions & 0 deletions zied-guesmi/image2text/deployed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"app": {
"3": "0x2c9c3e84e9ec10caf11d070d0ab476b46a3ea0e7",
"42": "0x1b10a5b710937a16ac5e2fe813a4d82d65cb8238"
}
}
26 changes: 26 additions & 0 deletions zied-guesmi/image2text/iexec.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
Binary file added zied-guesmi/image2text/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions zied-guesmi/text2speech/README.md
Original file line number Diff line number Diff line change
@@ -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).
6 changes: 6 additions & 0 deletions zied-guesmi/text2speech/deployed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"app": {
"3": "0xbf468ab6f3ce2139f27265b8d7145bcd349eafb6",
"42": "0x7e5695082ccef8ed89f16b7904d55c83ad2985d8"
}
}
25 changes: 25 additions & 0 deletions zied-guesmi/text2speech/iexec.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
Binary file added zied-guesmi/text2speech/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.