A JavaScript project using TensorFlow.js to classify images into 10 categories (airplane, bird, cat, etc.).
- Convolutional Neural Network (CNN)
- Browser-based training & prediction
- Real-time visual performance tracking
- Clone the repo
- Open
index.htmlin your browser - Click Train to simulate model training
- Add real dataset loading logic
- Enhance prediction UI
- Upload images for classification