Skip to content

Commit 269a901

Browse files
authored
ssoc-week04-update (#257)
1 parent 33eced3 commit 269a901

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: "SSoC ’25 Week 04 Update by Muhammad Haroon"
3+
excerpt: "Experimenting with prompts parameter in AudioGen model."
4+
category: "DEVELOPER NEWS"
5+
date: "2025-06-30"
6+
slug: "2025-06-30-ssoc-25-MuhammadHaroon-week04"
7+
author: "@/constants/MarkdownFiles/authors/muhammad-haroon.md"
8+
tags: "ssoc25,sugarlabs,week04,GenAI,MusicBlocks,Music"
9+
image: "assets/Images/GSOC.png"
10+
---
11+
12+
<!-- markdownlint-disable -->
13+
14+
# Week 04 Progress Report by Muhammad Haroon
15+
16+
**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)
17+
**Mentors:** [Walter Bender](https://github.com/walterbender), [Sumit Srivastava](https://github.com/sum2it)
18+
**Assisting Mentors:** [Devin Ulibarri](https://github.com/pikurasa)
19+
**Reporting Period:** 2025-06-09 - 2025-06-15
20+
21+
---
22+
23+
## Goals for This Week
24+
25+
- **Goal 1:** To further explore the effects of the temperature and top_p parameters.
26+
- **Goal 2:** To find an effective method for removing silence and noise from audio.
27+
28+
---
29+
30+
## This Week's Achievements
31+
32+
1. **Explored the effects of the temperature and top_p parameters**
33+
- After experimenting with different temperature and top_p values, I found that AudioGen performs well with temperature = 1 and top_p = 1 values, generating audio that closely matches the prompt.
34+
35+
2. **Found effective method for removing silence and nosie form audio**
36+
- I found python libraries for removing silence (pydub) and noise (noisereduce) from the audio and it gave good results.
37+
38+
---
39+
40+
## Next Week's Roadmap
41+
42+
- Generate more samples using different prompts.
43+
- Explore how to connect backend with the frontend using FastAPI.
44+
- Explore how to deploy the backend on AWS.
45+
46+
---
47+
48+
## Acknowledgments
49+
50+
Thank you to my mentors, the Sugar Labs community, and fellow GSoC contributors for ongoing support.
51+
52+
---

0 commit comments

Comments
 (0)