{"id":13861894,"url":"https://github.com/bmcfee/crema","last_synced_at":"2025-05-07T04:06:45.615Z","repository":{"id":25698629,"uuid":"89379279","full_name":"bmcfee/crema","owner":"bmcfee","description":"convolutional and recurrent estimators for music analysis","archived":false,"fork":false,"pushed_at":"2024-05-05T20:54:42.000Z","size":72050,"stargazers_count":90,"open_issues_count":5,"forks_count":23,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T04:06:40.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmcfee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-25T15:52:28.000Z","updated_at":"2025-03-31T03:31:43.000Z","dependencies_parsed_at":"2024-08-05T06:14:10.051Z","dependency_job_id":null,"html_url":"https://github.com/bmcfee/crema","commit_stats":{"total_commits":149,"total_committers":4,"mean_commits":37.25,"dds":0.02684563758389258,"last_synced_commit":"051c91697fd16856a0a1019cc06ee1f11fb52c5f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmcfee%2Fcrema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmcfee%2Fcrema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmcfee%2Fcrema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmcfee%2Fcrema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmcfee","download_url":"https://codeload.github.com/bmcfee/crema/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810273,"owners_count":21807759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-05T06:01:32.357Z","updated_at":"2025-05-07T04:06:45.581Z","avatar_url":"https://github.com/bmcfee.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# crema\nconvolutional and recurrent estimators for music analysis\n\n[![Testing](https://github.com/bmcfee/crema/actions/workflows/ci.yml/badge.svg)](https://github.com/bmcfee/crema/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/bmcfee/crema/branch/main/graph/badge.svg?token=3FujfyA0jz)](https://codecov.io/gh/bmcfee/crema)\n[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/bmcfee/crema/master/LICENSE)\n[![Documentation Status](https://readthedocs.org/projects/crema/badge/?version=latest)](http://crema.readthedocs.io/en/latest/?badge=latest)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1010486.svg)](https://doi.org/10.5281/zenodo.1010486)\n\n\nUsage options\n-------------\n\nFrom the command-line, print to the screen in [JAMS](https://github.com/marl/jams) format:\n\n```\npython -m crema.analyze file.mp3\n```\n\nor save to a file:\n\n```\npython -m crema.analyze file.mp3 -o file.jams\n```\n\n\nFrom within python:\n\n```python\nfrom crema.analyze import analyze\n\njam = analyze(filename='/path/to/file.mp3')\n```\n\nor if you have an audio buffer in memory, librosa-style:\n\n```python\njam = analyze(y=y, sr=sr)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmcfee%2Fcrema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmcfee%2Fcrema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmcfee%2Fcrema/lists"}