Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 471 Bytes

classify-spectrogram

Requirements

  • tensorflow
  • scipy
  • numpy
  • cv2 (opencv3)

See windows install notes for more details


Commands

Generate training data: python generateTrainingImages.py

Run the analysis program: python classify.py


Sample Output

Slice 1 - Prediction: ['A4', 'C4', 'E4']
Slice 2 - Prediction: ['A4', 'C5', 'F4']
Slice 3 - Prediction: ['B4', 'D4', 'G4']
Slice 4 - Prediction: ['C5', 'E4', 'G4']