# General Test Images Miscellaneous images for general testing and experimentation. ## ๐Ÿ“ธ Image Categories ### Current Images: - `pizza.jpg` - Food category - `mountain.jpg` - Nature/landscape - `laptop.jpg` - Technology/electronics - `chair.jpg` - Furniture/interior ## ๐Ÿงช Use Cases ### Quick Prediction Tests: ``` Test the model with everyday objects Check if predictions make sense Verify interface functionality ``` ### Model Comparison: ``` Use same images with ViT-Base and ViT-Large Compare prediction confidence Evaluate performance differences ``` ### Demo Purposes: ``` Use familiar objects for demonstrations Show model capabilities Test with audience-provided images ``` ## ๐Ÿ’ก Tips - Use recognizable ImageNet classes - Test with various object categories - Try unexpected images to see model behavior - Good starting point for new users