Welcome to the Drawing Classifier project, currently in its foundational stage. This project represents a basic implementation of a machine learning endeavor aiming to classify hand-drawn objects among specified categories. I am in the early phases of development, focusing on creating a solid foundation to build upon.
- Download/Clone the repository
- Download the raw data from the link: https://github.com/gniziemazity/drawing-data and place in the package directory
- Open the terminal inside the package directory
- Go inside the node directory within that package Command: cd node
- Install the package: Command: npm install
I'd like to express my gratitude to Radu Mariescu-Istodor for his guidance and expertise throughout the development of this project. I have learned a great deal by following his work. His GitHub repository, https://github.com/gniziemazity, has been a valuable resource and source of inspiration for me.