Skip to content

Dhanushi2620/AquaSignature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌊 AquaSignature: Underwater Threat Detection using CRNN

  • AquaSignature is a deep learning-powered system designed to recognize and classify underwater acoustic signals such as submarines, torpedoes, and marine animals. The core objective is to detect foreign underwater threats that cross a defined acoustic frequency barrier, making it highly relevant for naval defense and surveillance.

🎯 Main Objective

  • To automatically detect and classify acoustic anomalies β€” such as submarines or torpedoes from other countries β€” based on their marine sound signatures. If the barrier of predefined frequency is crossed, the system raises an alert, helping defense forces monitor underwater activities in real time.

πŸ” Use Case

  • This project simulates a naval surveillance system that can:
  • Distinguish between natural marine sounds (e.g., dolphins, ships)
  • Identify suspicious patterns like torpedo or submarine movement
  • Alert when sound frequency breaks the β€œsafe zone” of underwater activity

🧠 Features

  • Processes .wav files containing marine acoustic data
  • Extracts MFCC features and visualizes spectrograms
  • Uses a CRNN (CNN + LSTM) architecture for spatial + temporal learning
  • Detects when a frequency threshold is crossed
  • Classifies sounds as torpedo, ship, dolphin, submarines etc.

πŸ› οΈ Technologies

  • Python
  • Librosa (audio feature extraction)
  • TensorFlow/Keras (deep learning model)
  • Scikit-learn (label processing)
  • Matplotlib (visualization)

πŸ” Real-World Applications

  • Naval submarine detection systems
  • Underwater mine or torpedo tracking
  • Marine research and anomaly detection
  • Coastal security monitoring

About

Deep learning model using CRNN and MFCC features to classify underwater sounds and detect foreign threats based on acoustic frequency shifts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors