🏭 AI Industrial Inspection
Link to open source: https://github.com/alinkumar/AI_Industrial_Inspection
Link to Live Project: https://ai-industrial-inspection.streamlit.app/
AI Industrial Inspection is an end-to-end deep learning application built to classify steel surface inspection images into 10 industrial defect categories.
The project uses a trained EfficientNet-B0 model with transfer learning and balanced training. The deployed Streamlit application takes a single uploaded image and returns the predicted defect, confidence score, Top-3 predictions, and a Grad-CAM visual explanation.
Project focus: combining practical image classification, interpretable model output, and a usable web interface into one complete computer-vision workflow.
