Skip to main content

Determine musical genres for text with musical context (such as reviews)

Project description

Build Status PyPI version

Genres

Genres is a python library that analyzes text with musical context (such as reviews) in order to determine musical genres

How it works

Genres is based on a list of genres and tags (database), those are then compared against supplied text using regexp and points for ranking are calculated. Found genres are compared agains its main category to avoid mismatches.

Usage

The api is simple.

>>> import genres
>>> r = genres.find("Pink Floyd is a rock band)
>>> r
['rock']

It detects multiple genres, as long as they are related to the same category

>>> import genres
>>> genres.find("Acid jazz, an electronic masterpiece.")
['acid jazz', 'jazz']

In this example the two occurences of electronic and techno triumps rock.

>>> import genres
>>> genres.find("Electronic music with a techno vibe. Different from rock")
['techno', 'electronic']

Database

The database is a simple list of words, separated by newline and structured like this:

Data

Description

Rock

Main category

Rock

Sub category

Metal,0.8

Sub category, Percentage of full rank (10*0.8=8)| |-Pink Floyd|Tag associated to category rock| |#Test|Comment| ||Categories are sparated with newline| |Jazz|…| |Post-bop|…|

Genres are distributed with a database that can be found under genres/data.txt and the genre structure is based on Allmusic genre categorisation.

It is possible to supply your own database:

import genres

db_obj = genres.db.Db("./example.txt")
finder_obj = genres.finder.Finder(db_obj)

Installation

Genres can easily be installed through pip.

$ pip install genres

Tests

This library include tests, just run python runtests.py.

Contributing

Want to contribute? Awesome. Just send a pull request.

License

Genres is released under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genres-1.2.0.tar.gz (10.4 kB view details)

Uploaded Source

File details

Details for the file genres-1.2.0.tar.gz.

File metadata

  • Download URL: genres-1.2.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for genres-1.2.0.tar.gz
Algorithm Hash digest
SHA256 517f79b778c10268898e65468282fa3a75f0d118a96d92eb81a3384d96b85eb5
MD5 edc1081a8d6b17484b86b77cd4dfc3b3
BLAKE2b-256 c1cb1e9a64409747a38d1b990e65cb1b15f9157abdc90b844ca0d9e8412da160

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page