From 72c5f23f406ccd1318790cbb5a9d7be86fdb3afd Mon Sep 17 00:00:00 2001 From: Muhammad Haroon Date: Sun, 6 Jul 2025 20:38:09 +0500 Subject: [PATCH 1/3] ssoc-week05-update --- ...5-06-22-ssoc-2025-MuhammadHaroon-week03.md | 2 +- ...5-06-30-ssoc-2025-MuhammadHaroon-week04.md | 2 +- ...5-07-06-ssoc-2025-MuhammadHaroon-week05.md | 51 +++++++++++++++++++ 3 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md diff --git a/src/constants/MarkdownFiles/posts/2025-06-22-ssoc-2025-MuhammadHaroon-week03.md b/src/constants/MarkdownFiles/posts/2025-06-22-ssoc-2025-MuhammadHaroon-week03.md index 3fcc444d..f76a9165 100644 --- a/src/constants/MarkdownFiles/posts/2025-06-22-ssoc-2025-MuhammadHaroon-week03.md +++ b/src/constants/MarkdownFiles/posts/2025-06-22-ssoc-2025-MuhammadHaroon-week03.md @@ -16,7 +16,7 @@ image: "assets/Images/GSOC.png" **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-09 - 2025-06-15 +**Reporting Period:** 2025-06-16 - 2025-06-22 --- diff --git a/src/constants/MarkdownFiles/posts/2025-06-30-ssoc-2025-MuhammadHaroon-week04.md b/src/constants/MarkdownFiles/posts/2025-06-30-ssoc-2025-MuhammadHaroon-week04.md index d2043405..3a5d599d 100644 --- a/src/constants/MarkdownFiles/posts/2025-06-30-ssoc-2025-MuhammadHaroon-week04.md +++ b/src/constants/MarkdownFiles/posts/2025-06-30-ssoc-2025-MuhammadHaroon-week04.md @@ -16,7 +16,7 @@ image: "assets/Images/GSOC.png" **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-09 - 2025-06-15 +**Reporting Period:** 2025-06-23 - 2025-06-30 --- diff --git a/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md b/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md new file mode 100644 index 00000000..c9c8e299 --- /dev/null +++ b/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md @@ -0,0 +1,51 @@ +--- +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" +--- + + + +# 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. +- 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. + +--- \ No newline at end of file From f73b049be52edde838bb99e647322c03fd31eae7 Mon Sep 17 00:00:00 2001 From: Muhammad Haroon Date: Sun, 6 Jul 2025 20:40:59 +0500 Subject: [PATCH 2/3] remove redundant point --- .../posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md b/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md index c9c8e299..91cdb083 100644 --- a/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md +++ b/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md @@ -39,7 +39,6 @@ image: "assets/Images/GSOC.png" ## Next Week's Roadmap -- Find another open-source model to generate high quality sound samples. - Find another open-source model to generate high quality sound samples. --- From 6ad4f6f52468341fd33fe0498a7fea4f8eb11756 Mon Sep 17 00:00:00 2001 From: Muhammad Haroon Date: Sat, 12 Jul 2025 15:02:02 +0500 Subject: [PATCH 3/3] add average scores --- .../posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md b/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md index 91cdb083..5f565ac2 100644 --- a/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md +++ b/src/constants/MarkdownFiles/posts/2025-07-06-ssoc-2025-MuhammadHaroon-week05.md @@ -30,7 +30,7 @@ image: "assets/Images/GSOC.png" ## 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. + - 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). The scores that could be assigned were: bad (1), fair (2), and good (3). Both Devin and Walter gave an average score of 1.485, indicating that the overall output quality was closer to bad than fair. 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.