Edit appsettings.json
config file.
!! Fill the Predictors.PythonPath
parameter by the path to your python.exe !!
Other parameters are optional.
Default index page where you can upload and process an audio file with any of provided models.
- Method: GET
- Arguments: None
Outcome of Song Chords Recognizer model based on Deep Learning with its key and bpm.
- Method: POST
- Arguments: IFormFile audio
Outcome of Song Chords Recognizer model based on the simple template voting from generated and filtered spectrograms.
- Method: POST
- Arguments: IFormFile audio, String windowArg, String filtrationArg, int sampleLengthLevel, int bpm
Basic information about the project with the GitHub link.
- Method: GET
- Arguments: None
An error message when some error occures.
- Method: GET
- Arguments: String messages