-
Notifications
You must be signed in to change notification settings - Fork 124
SSoC' 25 blog post for week 05 by Muhammad Haroon #281
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| --- | ||
| title: "SSoC ’25 Week 05 Update by Muhammad Haroon" | ||
| excerpt: "Generated additional samples using various prompts, which were then evaluated by mentors." | ||
| category: "DEVELOPER NEWS" | ||
| date: "2025-07-06" | ||
| slug: "2025-07-06-ssoc-25-MuhammadHaroon-week05" | ||
| author: "@/constants/MarkdownFiles/authors/muhammad-haroon.md" | ||
| tags: "ssoc25,sugarlabs,week05,GenAI,MusicBlocks,Music" | ||
| image: "assets/Images/GSOC.png" | ||
| --- | ||
|
|
||
| <!-- markdownlint-disable --> | ||
|
|
||
| # Week 05 Progress Report by Muhammad Haroon | ||
|
|
||
| **Project:** [Generative AI Instrument Sample Generation for Music Blocks](https://github.com/sugarlabs/GSoC/blob/master/Ideas-2025.md#Generative-AI-Instrument-Sample-Generation-for-Music-Blocks) | ||
| **Mentors:** [Walter Bender](https://github.com/walterbender), [Sumit Srivastava](https://github.com/sum2it) | ||
| **Assisting Mentors:** [Devin Ulibarri](https://github.com/pikurasa) | ||
| **Reporting Period:** 2025-06-30 - 2025-07-06 | ||
|
|
||
| --- | ||
|
|
||
| ## Goals for This Week | ||
|
|
||
| - **Goal 1:** Generated more samples using various prompts, which were then evaluated by mentors. | ||
| - **Goal 2:** Explored FastAPI and AWS. | ||
|
|
||
| --- | ||
|
|
||
| ## This Week's Achievements | ||
|
|
||
| 1. **Generated more samples using various prompts** | ||
| - I generated more samples using [various prompts](https://docs.google.com/spreadsheets/d/1lxMHoiE-4YB5oDYlXfSP9TK5iXWkGYWC33ll8weJIO8/edit?usp=sharing). These samples were stored in [Google Drive](https://drive.google.com/drive/folders/1jee1MAmsyNddbh-pTIOX9K6Wctbd6Cf9?usp=drive_link) and shared with the mentors. The mentors scored the sounds using the following Google Sheets: [Walter's Score](https://docs.google.com/spreadsheets/d/1gzh7w2o8TeUUaePqOSlN2bt1T7fofFeRNoGzxq97PPM/edit?usp=sharing) and [Devin's Score](https://docs.google.com/spreadsheets/d/1ozwnBbXLQKZY_EQ-p7I4y0PRtzkqUauYOwstVnvjxFU/edit?usp=sharing). After reviewing the score, it became evident that a new model was needed. | ||
|
|
||
| 2. **Explored FastAPI and AWS** | ||
| - I explored FastAPI for connecting the backend with the frontend and AWS for deploying our backend. | ||
|
|
||
| --- | ||
|
|
||
| ## Next Week's Roadmap | ||
|
|
||
| - Find another open-source model to generate high quality sound samples. | ||
|
|
||
| --- | ||
|
|
||
| ## Acknowledgments | ||
|
|
||
| Thank you to my mentors, the Sugar Labs community, and fellow GSoC contributors for ongoing support. | ||
|
|
||
| --- | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partly because these links may not always work and partly because we don't want to necessitate clicking on these sorts of link to get the important information, perhaps you could add one more level of details, such as the average scores for both Devin and Walter? That way a reader can better get the idea.
"On a three-point scale, Devin's average was x.x and Walter's was y.y. ..."
Also, perhaps give some more insight into what is behind the different number coding? (E.g. "R" meant short prompt, like "..." and t meant long prompt like "...". "..." represented temperature...")
Just some more details, please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.