Skip to content

AdamZink/classify-spectrogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']

About

A TensorFlow app to predict musical notes from a spectrogram

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages