We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f20a2 commit fc7c884Copy full SHA for fc7c884
CharClassification/README.md
@@ -27,3 +27,14 @@ Training the model on the given dataset. A modified LeNet structure has been use
27
In order to predict the digit or character in an image, execute the following command. Give the test image path as the argument.
28
29
`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