by Khyk
Here's my first AI project. The initial idea was to create model which will be capable of recognize a handwritten digit out of a small grayscaled image, and without any module (like torch).
Note: I had this idea after watching a educational video. Please check it to fully understand the project and to give 1Blue3Brown some credit (Link) (His videos are awsome)
It was very interesting for me, hope you'll enjoy this as good as me. :)
- Clone the repository in your local space:
git clone git@github.com:MerlinDEVILLARD/Digit-Recognition-Model.git- to the directory of the cloned project:
cd Digit_Recognition_Model- Ensure you have installed the necessary dependencies before starting.
pip install .This project is licensed under the MIT License. This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, subject to the following conditions:
The text of the license below must be included in all copies or substantial portions of the software. See the LICENSE file for more details.