summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ea8d53b..7ddc4ef 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
-# text_recognizer
-A text recognizer in PyTorch based on the project and best practices given in the "Full Stack Deep Learning Course".
+# Text Recognizer
+Implementing the text recognizer project from the course ["Full Stack Deep Learning Course"](https://fullstackdeeplearning.com/march2019) in PyTorch in order to learn best practices when building a deep learning project. I have expanded on this project by adding additional feature and ideas given by Claudio Jolowicz in ["Hypermodern Python"](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/).