CoolFace
Apppublic

vinayvenkatesh/ship-detection_UI

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ›ฐ๏ธ Airbus Ship Detection UI

This project demonstrates a Deep Learning model for detecting ships in satellite images, trained on the Airbus Ship Detection dataset. It uses DenseNet for feature extraction and binary classification โ€” predicting whether a ship is present in the image.


๐Ÿš€ Features

  • โ€”Upload any satellite image (JPG, PNG)
  • โ€”Automatically classifies it as "Ship" or "No Ship"
  • โ€”Displays prediction confidence score
  • โ€”Clean and responsive user interface built using TensorFlow (Keras)

โš™๏ธ Model Details

  • โ€”Architecture: DenseNet-169
  • โ€”Framework: TensorFlow / Keras
  • โ€”Input Size: 128ร—128 RGB images
  • โ€”Output: Binary (1 = Ship, 0 = No Ship)

๐Ÿงฑ Tech Stack

  • โ€”TensorFlow / Keras
  • โ€”OpenCV
  • โ€”NumPy
  • โ€”Pillow
  • โ€”Gradio (for UI)

๐Ÿ“œ License

MIT License ยฉ 2025 Vinay Venkatesh