Skip to content

Quick image classification model designed to tell the difference between an airplane, boat, or a car that was trained on hundreds of images!

Notifications You must be signed in to change notification settings

itsliamdowd/Airplane-Boat-Car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Is it an airplane 🛩, boat ⛵️, or car 🚗?

Airplane-Boat-Car is a lightweight image classification model designed to tell the difference between an airplane, boat, or a car. This model was trained on hundreds of images to make the results as accurate as they are! Try using any images you find with this model by downloading the required packages in requirements.txt, changing the file path in main.py to your image path, and running main.py!

Airplane test

airplane

After running main.py:

1/1 [==============================] - 1s 638ms/step Airplane

Boat test

sailboat

After running main.py:

1/1 [==============================] - 1s 502ms/step Boat

Car test

car

After running main.py:

1/1 [==============================] - 1s 655ms/step Car