Skip to content

aesuf/is-it-carti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-it-carti

Song Processing Guide

  1. Convert song to a .wav file using sox

  2. Compute mfcc values for that song using the script compute-mfcc found here, using the following format:

compute-mfcc --input <song.wav> --output <output.csv> --samplingrate 44100

See the script's README for compilation instructions.

  1. For each coefficient, take the mean and standard deviation across all samples.

Then, compile all of the songs that you process into one main csv file, which can be pushed to the repository.

Modeling

Make your own repository for working on the classification problem

About

Is It Playboi Carti?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •