An open API service indexing awesome lists of open source software.

https://github.com/gauben/aibum

Predict the genre of an album from its cover
https://github.com/gauben/aibum

Last synced: 3 months ago
JSON representation

Predict the genre of an album from its cover

Awesome Lists containing this project

README

        

# aibum
Predict the genre of an album from its cover

## MakeDB
You might need to install the discogs API for python:
```bash
pip install python3-discogs-client
```