Skip to content
Merged
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ More information on contributing and the general code of conduct for discussion
| Star Pattern | [Star Pattern](https://github.com/DhanushNehru/Python-Scripts/tree/master/Star%20Pattern) | Creates a star pattern pyramid. |
| 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. |
| 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. |
| 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 |
| Tic Tac Toe 1 | [Tic Tac Toe](https://github.com/DhanushNehru/Python-Scripts/tree/master/Tic-Tac-Toe) | A game of Tic Tac Toe. |
| Tik Tac Toe 2 | [Tik Tac Toe](https://github.com/DhanushNehru/Python-Scripts/tree/master/TIK-TAC-TOE) | A game of Tik Tac Toe. |
| 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. |
Expand Down
4 changes: 4 additions & 0 deletions Text Recognition/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Image Text Recognition ML Model

- To run, you need to install transformers to install type `!pip install transformers` in terminal.
- load image link into `url`.
Loading