├── LICENSE ├── README.md ├── datasets ├── README.md ├── dataset.py └── parse.py ├── huggingartists-demo.ipynb ├── img ├── logo.jpg ├── logo.png └── spaces-demo.png └── models └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/README.md -------------------------------------------------------------------------------- /datasets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/datasets/README.md -------------------------------------------------------------------------------- /datasets/dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/datasets/dataset.py -------------------------------------------------------------------------------- /datasets/parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/datasets/parse.py -------------------------------------------------------------------------------- /huggingartists-demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/huggingartists-demo.ipynb -------------------------------------------------------------------------------- /img/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/img/logo.jpg -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/img/logo.png -------------------------------------------------------------------------------- /img/spaces-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/img/spaces-demo.png -------------------------------------------------------------------------------- /models/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/HEAD/models/README.md --------------------------------------------------------------------------------