{"id":13862272,"url":"https://github.com/Nikolay-Lysenko/geniartor","last_synced_at":"2025-07-14T11:33:10.274Z","repository":{"id":40959259,"uuid":"271970960","full_name":"Nikolay-Lysenko/geniartor","owner":"Nikolay-Lysenko","description":"Generation of musical phrases that receive maximum score according to configurable evaluational criteria.","archived":false,"fork":false,"pushed_at":"2023-10-17T20:53:56.000Z","size":104,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-06T04:40:41.243Z","etag":null,"topics":["ai-music","algorithmic-composition","generative-art","python-in-music"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nikolay-Lysenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-06-13T08:34:50.000Z","updated_at":"2024-09-25T04:18:35.000Z","dependencies_parsed_at":"2024-08-05T06:14:47.485Z","dependency_job_id":null,"html_url":"https://github.com/Nikolay-Lysenko/geniartor","commit_stats":{"total_commits":74,"total_committers":1,"mean_commits":74.0,"dds":0.0,"last_synced_commit":"b3ae0d2768b1d13085fb4505f69660bf34a6b640"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolay-Lysenko%2Fgeniartor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolay-Lysenko%2Fgeniartor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolay-Lysenko%2Fgeniartor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolay-Lysenko%2Fgeniartor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nikolay-Lysenko","download_url":"https://codeload.github.com/Nikolay-Lysenko/geniartor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225974399,"owners_count":17553944,"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":["ai-music","algorithmic-composition","generative-art","python-in-music"],"created_at":"2024-08-05T06:01:40.909Z","updated_at":"2024-11-22T22:30:52.414Z","avatar_url":"https://github.com/Nikolay-Lysenko.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![Build Status](https://github.com/Nikolay-Lysenko/geniartor/actions/workflows/main.yml/badge.svg)](https://github.com/Nikolay-Lysenko/geniartor/actions/workflows/main.yml)\n[![codecov](https://codecov.io/gh/Nikolay-Lysenko/geniartor/branch/master/graph/badge.svg)](https://codecov.io/gh/Nikolay-Lysenko/geniartor)\n[![Maintainability](https://api.codeclimate.com/v1/badges/a5131738e1b284fab9f9/maintainability)](https://codeclimate.com/github/Nikolay-Lysenko/geniartor/maintainability)\n[![PyPI version](https://badge.fury.io/py/geniartor.svg)](https://badge.fury.io/py/geniartor)\n\n# Geniartor\n\n## Overview\n\nThis is a configurable tool that generates musical phrases or even short pieces.\n\nHere, the process of composition is framed as follows: Variable Neighborhood Search ([VNS](https://en.wikipedia.org/wiki/Variable_neighborhood_search)) is applied to maximize user-defined weighted sum of evaluational criteria. \n\nEach run of the tool results in creation of a directory that contains:\n* MIDI file;\n* WAV file;\n* Events file in [sinethesizer](https://github.com/Nikolay-Lysenko/sinethesizer) TSV format;\n* PDF file with sheet music and its Lilypond source.\n\nSample outputs produced by the tool are uploaded to a [cloud storage](https://www.dropbox.com/sh/j77p82870u3691p/AABGQWGRhA1pRyPfh79Lgdyma?dl=0).\n\n## Installation\n\nTo install a stable version, run:\n```bash\npip install geniartor\n```\n\n## Usage\n\nTo create a new musical phrase, run:\n```bash\npython -m geniartor \\\n    [-c path_to_config] \\\n    [-n number_of_search_passes]\n```\n\nBoth arguments are optional. [Default config](https://github.com/Nikolay-Lysenko/geniartor/blob/master/geniartor/configs/default_config.yml) is used if `-c` argument is not passed. Similarly, `-n` option has a reasonable default too.\n\nAdvanced usage is covered in a [guide](https://github.com/Nikolay-Lysenko/geniartor/blob/master/docs/user_guide.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNikolay-Lysenko%2Fgeniartor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNikolay-Lysenko%2Fgeniartor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNikolay-Lysenko%2Fgeniartor/lists"}