Changes between Version 1 and Version 2 of WikiStart
- Timestamp:
- 09/04/25 16:52:59 (33 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v2 1 = Welcome to Trac 1 = SoundSculpt = 2 ''Генерирање на звучни ефекти со помош на ВИ модел'' 2 3 3 Trac is a '''minimalistic''' approach to '''web-based''' management of 4 '''software projects'''. Its goal is to simplify effective tracking and 5 handling of software issues, enhancements and overall progress. 4 == Опис на проектот == 6 5 7 All aspects of Trac have been designed with the single goal to 8 '''help developers write great software''' while '''staying out of the way''' 9 and imposing as little as possible on a team's established process and 10 culture. 6 Целта на проектот е да се развие функционална апликација со текстуален интерфејс каде што корисникот ќе може да внесе текстуален промпт, а моделот ќе генерира релевантен звучен ефект. Апликацијата има и основни функции за пост-процесирање, како менување на pitch, reverb, и јачина на звукот, што ќе овозможи корисникот да го прилагоди звукот пред да го зачува.За развојот користев Python и библиотеки како PyTorch, diffusers, scipy, soundfile и други, во главно за работа со аудио и модели. За корисничкиот интерфејс одбрав Gradio, бидејќи е модерен, лесен за употреба и порелевантен во индустријата отколку Tkinter(кој ми беше иницијална опција при истражувачката фаза за проектот).Одлучив да го користам моделот AudioLDM 2, кој е претходно обучен и достапен како open-source. Моделот е стабилен, се користи активно и е со соодветна лиценца за академска и лична употреба. 11 7 12 As all Wiki pages, this page is editable, this means that you can 13 modify the contents of this page simply by using your 14 web-browser. Simply click on the "Edit this page" link at the bottom 15 of the page. WikiFormatting will give you a detailed description of 16 available Wiki formatting commands. 8 == Тимот(индивидуален) == 17 9 18 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 19 a new Trac environment, containing a default set of wiki pages and some sample 20 data. This newly created environment also contains 21 [wiki:TracGuide documentation] to help you get started with your project. 10 ||= Индекс =||= Име и Презиме =|| 11 ||223165||Михајло Милевски|| 22 12 23 You can use [wiki:TracAdmin trac-admin] to configure 24 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 25 regard to ''components'', ''versions'' and ''milestones''. 13 == Фази == 14 ||= Фаза =||= Линк =||= Статус =||= Датум =|| 15 ||Ф0||[wiki:Истражувачка фаза]||[[span(style=color:green, Одобрена)]]||14.03.2025|| 16 ||Ф1||[wiki:Подготовка и конфигурација на модел]||[[span(style=color:green, Одобрена)]]||21.08.2025|| 17 ||Ф2||[wiki:Имплементација на GUI и пост-процесирачки функционалности]||[[span(style=color:green, Одобрена)]]||04.09.2025|| 18 ||Ф3||[wiki:Пост-процесирачки панел (контроли за оптимизирање/едитирање на добиен аудио фајл)]||[[span(style=color:red, Во процес)]]||TBA|| 19 ||Ф4||[wiki:Deploy и презентација на проект]||[[span(style=color:red, Во процес)]]||TBA|| 26 20 27 28 TracGuide is a good place to start.29 30 Enjoy! [[BR]]31 ''The Trac Team''32 33 == Starting Points34 35 * TracGuide -- Built-in Documentation36 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project37 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions38 * TracSupport -- Trac Support39 40 For a complete list of local wiki pages, see TitleIndex.