Skip to content

Commit

Permalink
Notebooks out (#75)
Browse files Browse the repository at this point in the history
* move notebooks out of installation

* update readme
  • Loading branch information
genisplaja authored Dec 11, 2022
1 parent 84e8abd commit 3c0c76a
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ recursive-include compiam/models *
recursive-include compiam/conf *
recursive-include compiam/visualisation/waveform_player/waveform-playlist *
recursive-include compiam/utils/augment *
recursive-include compiam/utils/NMFtoolbox *
recursive-include compiam/notebooks *
recursive-include compiam/utils/NMFtoolbox *
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# compIAM
# compIAM v0.2.0
compIAM (**comp**utational analysis of **I**ndian **A**rt **M**usic) is a collaborative initiative involving many researchers that aims at putting together a common repository of datasets, tools, and models for the computational analysis of Carnatic and Hindustani music.

You can get started on the Computational Analysis of Indian Art Music through our ISMIR 2022 Tutorial: [Computational Methods For Supporting Corpus-Based Research On Indian Art Music](https://mtg.github.io/IAM-tutorial-ismir22/landing.html).
Expand Down Expand Up @@ -71,7 +71,7 @@ Direct and MIR-standardized access to the datasets for the computational analysi
- [Mridangam Stroke Dataset](https://compmusic.upf.edu/mridangam-stroke-dataset)*
- [Four-Way Tabla Stroke (ISMIR 21)](https://zenodo.org/record/7110248)

The datasets marked with * have been compiled within the framework of the [CompMusic project]().
The datasets marked with * have been compiled within the framework of the [CompMusic project](https://compmusic.upf.edu/).


## Contributing
Expand All @@ -85,6 +85,9 @@ compIAM is very much open for contributions. You can contribute by:
Please check the [contribution guidelines](https://mtg.github.io/compIAM/source/contributing.html) and get in touch in case you have questions or suggestions.


## Example notebooks
We include, in this repo, [example notebooks](https://github.com/MTG/compIAM/tree/master/notebooks) for users to better understand how to use `compiam` and also showcase

## License
compIAM is Copyright 2022 Music Technology Group - Universitat Pompeu Fabra

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"conf/*",
"visualisation/waveform_player/waveform-playlist/*",
"utils/augment/*",
"utils/NMFtoolbox/*",
"notebooks/*"
"utils/NMFtoolbox/*"
]
},
long_description=open("./README.md").read(),
Expand Down

0 comments on commit 3c0c76a

Please sign in to comment.