├── Assets ├── Upload_photo.png ├── ai.ico ├── c1.png └── c2.png ├── Model ├── accuracy.txt ├── model.h5 ├── model.ipynb └── model.py ├── README.md ├── Test ├── Car │ ├── download (5).jpeg │ ├── download (6).jpeg │ ├── download (7).jpeg │ ├── download (8).jpeg │ └── download (9).jpeg ├── Dog │ ├── dog.jpeg │ ├── dog2.jpeg │ └── dog3.jpeg ├── Frog │ ├── _131948306_screenshot2023-12-07115717.jpg │ ├── green-frog-white-background_1308-110146.avif │ ├── images (1).jpg │ └── images.jpg ├── Ship │ ├── 2740.webp │ ├── download (11).jpeg │ └── images.jpg ├── Truck │ ├── 11.jpeg │ ├── Truck1.jpeg │ ├── Truck2.jpg │ ├── Truck4.jpeg │ └── Ware Steam Carriage.jpg ├── airplane │ ├── GettyImages-1131335393-e1650030686687.jpg │ ├── airplane-flight.webp │ ├── download (3).jpeg │ ├── download (4).jpeg │ ├── download.jpeg │ └── skynews-cargo-plane-overshoots-runway_5909825.jpg ├── bird │ ├── Eopsaltria_australis_-_Mogo_Campground.jpg │ ├── bird1.jpeg │ └── bird3.jpeg └── horse │ ├── download (12).jpeg │ ├── download (14).jpeg │ ├── download (15).jpeg │ ├── horse-3.jpg │ └── images (5).jpeg └── gui.py /Assets/Upload_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Assets/Upload_photo.png -------------------------------------------------------------------------------- /Assets/ai.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Assets/ai.ico -------------------------------------------------------------------------------- /Assets/c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Assets/c1.png -------------------------------------------------------------------------------- /Assets/c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Assets/c2.png -------------------------------------------------------------------------------- /Model/accuracy.txt: -------------------------------------------------------------------------------- 1 | 77.5600016117096 -------------------------------------------------------------------------------- /Model/model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Model/model.h5 -------------------------------------------------------------------------------- /Model/model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Model/model.ipynb -------------------------------------------------------------------------------- /Model/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Model/model.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/README.md -------------------------------------------------------------------------------- /Test/Car/download (5).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Car/download (5).jpeg -------------------------------------------------------------------------------- /Test/Car/download (6).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Car/download (6).jpeg -------------------------------------------------------------------------------- /Test/Car/download (7).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Car/download (7).jpeg -------------------------------------------------------------------------------- /Test/Car/download (8).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Car/download (8).jpeg -------------------------------------------------------------------------------- /Test/Car/download (9).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Car/download (9).jpeg -------------------------------------------------------------------------------- /Test/Dog/dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Dog/dog.jpeg -------------------------------------------------------------------------------- /Test/Dog/dog2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Dog/dog2.jpeg -------------------------------------------------------------------------------- /Test/Dog/dog3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Dog/dog3.jpeg -------------------------------------------------------------------------------- /Test/Frog/_131948306_screenshot2023-12-07115717.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Frog/_131948306_screenshot2023-12-07115717.jpg -------------------------------------------------------------------------------- /Test/Frog/green-frog-white-background_1308-110146.avif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Frog/green-frog-white-background_1308-110146.avif -------------------------------------------------------------------------------- /Test/Frog/images (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Frog/images (1).jpg -------------------------------------------------------------------------------- /Test/Frog/images.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Frog/images.jpg -------------------------------------------------------------------------------- /Test/Ship/2740.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Ship/2740.webp -------------------------------------------------------------------------------- /Test/Ship/download (11).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Ship/download (11).jpeg -------------------------------------------------------------------------------- /Test/Ship/images.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Ship/images.jpg -------------------------------------------------------------------------------- /Test/Truck/11.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Truck/11.jpeg -------------------------------------------------------------------------------- /Test/Truck/Truck1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Truck/Truck1.jpeg -------------------------------------------------------------------------------- /Test/Truck/Truck2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Truck/Truck2.jpg -------------------------------------------------------------------------------- /Test/Truck/Truck4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Truck/Truck4.jpeg -------------------------------------------------------------------------------- /Test/Truck/Ware Steam Carriage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/Truck/Ware Steam Carriage.jpg -------------------------------------------------------------------------------- /Test/airplane/GettyImages-1131335393-e1650030686687.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/airplane/GettyImages-1131335393-e1650030686687.jpg -------------------------------------------------------------------------------- /Test/airplane/airplane-flight.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/airplane/airplane-flight.webp -------------------------------------------------------------------------------- /Test/airplane/download (3).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/airplane/download (3).jpeg -------------------------------------------------------------------------------- /Test/airplane/download (4).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/airplane/download (4).jpeg -------------------------------------------------------------------------------- /Test/airplane/download.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/airplane/download.jpeg -------------------------------------------------------------------------------- /Test/airplane/skynews-cargo-plane-overshoots-runway_5909825.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/airplane/skynews-cargo-plane-overshoots-runway_5909825.jpg -------------------------------------------------------------------------------- /Test/bird/Eopsaltria_australis_-_Mogo_Campground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/bird/Eopsaltria_australis_-_Mogo_Campground.jpg -------------------------------------------------------------------------------- /Test/bird/bird1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/bird/bird1.jpeg -------------------------------------------------------------------------------- /Test/bird/bird3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/bird/bird3.jpeg -------------------------------------------------------------------------------- /Test/horse/download (12).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/horse/download (12).jpeg -------------------------------------------------------------------------------- /Test/horse/download (14).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/horse/download (14).jpeg -------------------------------------------------------------------------------- /Test/horse/download (15).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/horse/download (15).jpeg -------------------------------------------------------------------------------- /Test/horse/horse-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/horse/horse-3.jpg -------------------------------------------------------------------------------- /Test/horse/images (5).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/Test/horse/images (5).jpeg -------------------------------------------------------------------------------- /gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mo7ammedd/Cnn-image-classification/HEAD/gui.py --------------------------------------------------------------------------------