Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
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.
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.


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.

---