-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Musical ideation through Generative AI #3852
Comments
Is this an additional feature to an existing project, or is it a separate project that will be integrated with Music Blocks? Regarding the LLM component, will it be implemented as an API from a model provider like Hugging Face, or something else ? |
Intrested to work on this, Have an idea to implement, the Hugging face,or third party API, that could facilate the same @pikurasa Is these issue open? |
Hello, I have started to work on adding this feature, but this is going to be a mid sized fix so i would require some help, at first i would like to know which llm will the organisation plan to use as i am not sure about the legalities of wether any can be used comertially for such a software and second regarding that we would need to tune the open source llms and train them according to the requirements of music blocks. and what is the framework in the backend which this would rely on? and we would need to Build APIs to enable communication between the LLM, Music Blocks client, and server. also Should the orchestration suggestions include instrument choices, dynamics, or tempo changes? there are many such questions i would like to discuss upon this feature in detail for the same. |
Ticket Contents
Description
We would like to deploy generative AI in support of musical composition. The basic idea is to use AI to generate possible modifications of a phrase (or phrases) generated by the user. In other words, the user would start the composition and the AI would then present different possibilities for enriching the composition to which the user would react and further enhance.
Specifically, we would be working toward accomplishing the following:
Goals & Mid-Point Milestone
Goals
Setup/Installation
No response
Expected Outcome
A "button" added to Music Blocks that invokes an LLM to provide:
The suggestions would be in the form of written text and/or code blocks.
Acceptance Criteria
The mechanics of the interaction are the primary requirement. The quality of the suggestions can be improved over time.
Implementation Details
A dockerized server would run on one of the Sugar servers. That server would interface to one or more LLMs.
The messaging between Music Blocks and the server would be in the form of code snippets (individual phrases) and multiple phrases.
The interface would prompt the user to either submit a phrase or multiple phrases.
Mockups/Wireframes
No response
Product Name
Music Blocks
Organisation Name
Sugar Labs
Domain
Education
Tech Skills Needed
Docker, JavaScript, Machine Learning, Python
Mentor(s)
@pikurasa @Wat
Category
Backend, Frontend
The text was updated successfully, but these errors were encountered: