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!
After running main.py:
1/1 [==============================] - 1s 638ms/step Airplane
After running main.py:
1/1 [==============================] - 1s 502ms/step Boat
After running main.py:
1/1 [==============================] - 1s 655ms/step Car