AICrafter is a beginner-friendly AI project that uses TensorFlow to classify handwritten digits from the MNIST dataset. This project demonstrates a basic machine learning pipeline, from data loading to model training and evaluation.
- Handwritten digit classification using the MNIST dataset.
- Simple neural network with two layers (fully connected).
- Uses TensorFlow and Keras for easy model creation and training.
git clone https://github.com/your-username/AICrafter.git
cd AICrafter