Bruno B commited on
Commit
2811c3e
·
2 Parent(s): 522de83fe450c5

Merge pull request #6 from chessfromthefuture/master

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -29,9 +29,11 @@
29
  # Data analysis
30
 
31
  - Document here the project: autotab
32
- - Description: Project Description
33
- - Data Source:
34
- - Type of analysis:
 
 
35
 
36
  Please document the project the better you can.
37
 
 
29
  # Data analysis
30
 
31
  - Document here the project: autotab
32
+ - Description: This Project focuses on creating a CNN-Model to predict guitar tabluature based on a .wave input file.
33
+ So far the model only detects a single instrument.
34
+ - Data Source: Data from Audio Research Lab, along the Center for Digital Music at Queen Mary University.
35
+ GuitarSet, a dataset that provides high quality guitar recordings alongside rich annotations and metadata. https://guitarset.weebly.com/
36
+ - Type of analysis: Training a model based on the Data and trying to predict an accurate tabluatur.
37
 
38
  Please document the project the better you can.
39