diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2020-06-02 23:04:20 +0200 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2020-06-02 23:04:20 +0200 |
commit | ab9af6bdc3274455c7206027f1828c7a609bab11 (patch) | |
tree | 0c86a11ec895ed6a53bd765d7045074c4763050d /README.md | |
parent | 118c02c2730aaac2d10c2b9847339f6ffc83223f (diff) |
Added some text to the readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/). |