Skip to content

Commit 1e16c8d

Browse files
authored
Merge pull request wasmerio#152 from Manithj/Text-Recognition
added Text-Recognition ML model
2 parents 4381b56 + 6b54bb6 commit 1e16c8d

3 files changed

Lines changed: 1274 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ More information on contributing and the general code of conduct for discussion
7474
| Star Pattern | [Star Pattern](https://github.com/DhanushNehru/Python-Scripts/tree/master/Star%20Pattern) | Creates a star pattern pyramid. |
7575
| Take a break | [Take a break](https://github.com/DhanushNehru/Python-Scripts/tree/master/Take%20A%20Break) | Python code to take a break while working long hours. |
7676
| Text to Image | [Text to Image](https://github.com/DhanushNehru/Python-Scripts/tree/master/Text-to-Image) | A Python script that will take your text and convert it to a JPEG. |
77+
| Text Recognition | [Text Recognition](https://github.com/DhanushNehru/Python-Scripts/tree/Text-Recognition/Text%20Recognition) | A Image Text Recognition ML Model to extract text from Images |
7778
| Tic Tac Toe 1 | [Tic Tac Toe](https://github.com/DhanushNehru/Python-Scripts/tree/master/Tic-Tac-Toe) | A game of Tic Tac Toe. |
7879
| Tik Tac Toe 2 | [Tik Tac Toe](https://github.com/DhanushNehru/Python-Scripts/tree/master/TIK-TAC-TOE) | A game of Tik Tac Toe. |
7980
| Turtle Art & Patterns | [Turtle Art](https://github.com/DhanushNehru/Python-Scripts/tree/master/Turtle_Art) | Scripts to view turtle art also has prompt based ones. |

Text Recognition/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Image Text Recognition ML Model
2+
3+
- To run, you need to install transformers to install type `!pip install transformers` in terminal.
4+
- load image link into `url`.

0 commit comments

Comments
 (0)