Skip to content

Commit 70f4207

Browse files
authored
Added content to readme
1 parent ebbdfd9 commit 70f4207

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
# rpipico_digit_classification
2-
A project using Raspberry Pi Pico, an OV7670 camera module, a 120x160 TFT LCD display and machine learning to build a handwritten digit classification system. This code is highly experimental. Even after you follow all the recommended steps in this article, some tinkering will still be necessary to get it to work.
3-
WIP
1+
# Handwritten digit classification using Raspberry Pi Pico and ML
2+
3+
A project using Raspberry Pi Pico, an OV7670 camera module, a 120x160 TFT LCD display and machine learning to build a portable handwritten digit classification system. This code is highly experimental. Even after you follow all the recommended steps in this article, some tinkering will still be necessary to get it to work.
4+
5+
For details about setting up the project and running the code, please visit:
6+
https://ashishware.com/2022/09/03/pipico_digit_classification/
7+
8+
List of all library files you need for the project is present [lib_folder_contents.txt](https://github.com/code2k13/rpipico_digit_classification/blob/main/lib_folder_contents.txt)
9+
10+
You will also need the [Helvetica-Bold-16.bdf](https://raw.githubusercontent.com/adafruit/Adafruit_Learning_System_Guides/master/PyPortal_Astronauts/fonts/Helvetica-Bold-16.bdf) font file for running the code.

0 commit comments

Comments
 (0)