Commit Graph

36 Commits

Author SHA1 Message Date
eric.minning fc8770e67f Fixed the change speaker feature. every step till the point where its send to the main functions now 2025-12-17 15:29:04 +01:00
Minning, Eric 0e746749e6 Getting the ui-test up to date 2025-12-17 14:09:00 +01:00
MikeHughes-BIN 37382f7444 One closing curly too much removed 2025-12-16 16:49:46 +01:00
Hughes, Mike 8e563187b0 Merge branch 'develop' into 'feature/ui-test'
# Conflicts:
#   main.js
2025-12-16 16:39:59 +01:00
MikeHughes-BIN 95ac7256d4 Fixed the Download button in main 2025-12-16 16:26:45 +01:00
Spanier, Pit 6cff6b9981 Merge branch 'develop' into 'feature/38-sprecher-audio-snippets-s4-11'
# Conflicts:
#   main.js
2025-12-16 16:18:17 +01:00
Hughes, Mike 11f9a02778 Merge branch 'develop' into 'feature/ui-test'
# Conflicts:
#   main.js
2025-12-16 15:54:00 +01:00
eric.minning c1e79b6603 Checkbox change from array to single value and value fix in html. 2025-12-16 15:50:28 +01:00
santa 0003d99041 extract speaker snippets mit main verknüpft. 2025-12-16 15:32:31 +01:00
Spanier, Pit ef080063a8 Merge branch 'feature/export-function-integration' into 'develop'
Changes to the LLMs to return a Promise (outp path) and main now calls the export process

See merge request proj-wise2526-video2document/video2document!50
2025-12-15 18:05:20 +01:00
MikeHughes-BIN 04b2457ca3 Changes to the LLMs to return a Promise (outp path) and main now calls the export process 2025-12-15 17:58:03 +01:00
MikeHughes-BIN 2998799826 Window width for the GUI to fit the Arrows 2025-12-15 16:42:44 +01:00
MikeHughes-BIN 948ddb4310 the old report type was still used 2025-12-15 16:06:18 +01:00
emily faee605f12 Initial version of the working CI pipeline
Added mocha based unit tests for each module
Did a bit of cleanup in the modules to remove debug console.log calls
Removed the Progress bar in the extractor and the library requirement
Promisified the gemini module to make sure it returns the path as a promise instead of just on the cli
Fixed gitignore so that it now only ignores the content int the storage directories, and not the whole directories
Added neetingReport.json for the LLMs to use
2025-12-09 22:07:43 +01:00
Spanier, Pit 882b49a489 Merge branch 'feature/audio-format-on-transcription-tool-selection-s4-08' into 'develop'
removed the need to send the transcription module defined audio output format...

See merge request proj-wise2526-video2document/video2document!33
2025-12-09 14:31:25 +01:00
MikeHughes-BIN 0d3535128d Currently we only have the standard meeting document and the config right now prevents the programm from running. Can be adapted later 2025-12-06 16:43:32 +01:00
emily e661aefbe8 added json to send to frontend for the speaker naming functionality 2025-12-05 17:09:45 +01:00
emily ed94928953 removed the need to send the transcription module defined audio output format to the frontend, and handle it on the backend instead 2025-12-05 16:45:39 +01:00
emily 8adf470f18 removed a debug console output 2025-12-05 15:58:45 +01:00
emily f858f2edbb added functionality for transcription tool to tell the frontend what audio format to use 2025-12-05 15:58:17 +01:00
emily 9a0a349813 Switched to transcription summarizer2 due to a better output format 2025-11-24 17:01:49 +01:00
emily 9dfc05e987 Fixed Transcription Summarizer, and now the whole pipeline works (except for LLM, because we need the keys for that) 2025-11-24 16:51:48 +01:00
santa a5a60635fc worked on fixing the code 2025-11-24 16:40:12 +01:00
emily af13907fdc added console outputs for debugging 2025-11-24 16:14:26 +01:00
emily 812bca8cfb working on implementing everything
Currently getting stuck on the assembly module as assembly ai for some fucking reason blocks me from making any requests
This includes making a new user account
2025-11-24 15:35:32 +01:00
emily 34d644d7d7 Merge commit '2f5efee9c7f81cadc22f033f9ba20bb5cbc2d66e' into develop 2025-11-24 14:41:10 +01:00
emily eb42a1f377 fixed small error 2025-11-24 14:16:10 +01:00
emily 31ddddab6a replaced get modules ipc event handler with a two way handler 2025-11-24 14:14:16 +01:00
emily 474e587ff2 Added functionality to group modules for frontend 2025-11-24 12:53:05 +01:00
emily 05449ad8f2 removed an empty line 2025-11-24 12:24:33 +01:00
santa 97b571b7f9 Einbindung des Summarizer 2025-11-20 11:51:34 +01:00
emily 4dc53b9d5f implemented first version of the modular IPC system 2025-11-17 18:00:04 +01:00
emily 94f390f28b Implemented audio extractor into IPC call, sooooooo, frontend and backend are now officially linked successfully 2025-11-12 20:28:55 +01:00
emily fbd5368223 Implemented functionality to have the UI be able to communicate with the backend 2025-11-12 20:00:25 +01:00
emily 92043440fe Combined Frontend with backend, and implemented the extractor function into the module structure 2025-11-10 16:18:57 +01:00
emily b5fe3f3b0c Implemented the general modular framework.
Added basic modules for the trascription tool Assembly and the Documentation tool ChatGPT
2025-11-03 17:48:29 +01:00