GithubHelp home page GithubHelp logo

AMP LAb - Task: Data Collection about metadb HOT 5 CLOSED

mtg avatar mtg commented on September 28, 2024
AMP LAb - Task: Data Collection

from metadb.

Comments (5)

alastair avatar alastair commented on September 28, 2024

Hi,
This is a good proposal. You're right, the discogs API should let you search tracks to get this information. For AcousticBrainz a useful format is JSON.
See the comment I left on issue 1: #1 (comment)
There is some information on how to structure the client code so that it can be used within the metadb framework.

from metadb.

hellska avatar hellska commented on September 28, 2024

Hi Alastair,
I just published a quite stable version of a python class that extract informations from the Discogs website. This is the link to the git repo https://github.com/hellska/DiscogScraper
I used curl to retrieve the data in json format from the website.
Many improvement can be done, I will continue implementing the class.
Basic functionality: match an artist/song in Discogs releases and count how many times a specific genre and style appear in the data. The basic weight computation can be done dividing the number of time a genre occur by the total number of times the song is found.

from metadb.

alastair avatar alastair commented on September 28, 2024

@hellska Can you merge your scraper into the metadb project? You can copy in your scraper code, perhaps to a lib or utils package, and then write a scrape method, like I describe here: #1 (comment)

from metadb.

hellska avatar hellska commented on September 28, 2024

Hi Alastair,
I sent a pull request to the metadb.
I created a new script to keep the class and its use separated, I tested it with the lookup.py. Check my pull request and tell me if everything is OK!

from metadb.

alastair avatar alastair commented on September 28, 2024

merged!

from metadb.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.