Skip to content

Commit fc7c884

Browse files
authoredApr 6, 2020
Update README.md
1 parent 52f20a2 commit fc7c884

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎CharClassification/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,14 @@ Training the model on the given dataset. A modified LeNet structure has been use
2727
In order to predict the digit or character in an image, execute the following command. Give the test image path as the argument.
2828

2929
`python3 make_predictions.py <image_path>`
30+
31+
32+
# AI Courses by OpenCV
33+
34+
Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.
35+
36+
<a href="https://opencv.org/courses/">
37+
<p align="center">
38+
<img src="https://www.learnopencv.com/wp-content/uploads/2020/04/AI-Courses-By-OpenCV-Github.png">
39+
</p>
40+
</a>

0 commit comments

Comments
 (0)
Please sign in to comment.