MikeHughes-BIN
2b597add6c
fixed a unicode bug
2025-12-11 13:03:04 +01:00
MikeHughes-BIN
3af038d195
Multiple AI models implemented - chatgpt, llama
2025-12-11 12:41:11 +01:00
MikeHughes-BIN
b546c96238
Refactor code structure for improved readability and maintainability
2025-12-11 12:08:07 +01:00
emily
6512b50d83
removal of an unneeded file
2025-12-10 22:46:25 +01:00
Verena Schulz
b26ef96cfc
Prototype hamburger menu for language and help buttons
2025-12-10 16:59:14 +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
emily
037d29e656
added gitkeep to the storage folders, and edited the gitignore to be more precise for our use case
2025-12-09 20:53:16 +01:00
emily
8c201db539
implemented first CI pipeline version with a test test that only checks if 1 is 1, needs implementation of actual tests
2025-12-09 17:56:59 +01:00
eric.minning
6eef82bb64
Implemented the color change of the progressbar
2025-12-09 17:03:02 +01:00
eric.minning
b182e0a3c7
fixed the submitbutton
2025-12-09 15:23:49 +01:00
eric.minning
34a8b186a8
removed an event listener which was doubeld and a submitbutton call
2025-12-09 15:12:32 +01:00
eric.minning
70d3bfa201
fixed error in file lookup
2025-12-09 15:01:16 +01:00
eric.minning
5661f7c13f
speaker fix
2025-12-09 14:50:19 +01:00
eric.minning
208879b497
Merge remote-tracking branch 'origin/develop' into feature/ui-test
2025-12-09 14:40:44 +01:00
eric.minning
f817d4c29e
Changed checkboxvalues and added more error catching
2025-12-09 14:38:26 +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
eric.minning
5e6b700c36
Merge remote-tracking branch 'origin/develop' into feature/ui-test
2025-12-09 14:21:14 +01:00
Spanier, Pit
25d11d74a3
Merge branch 'fix/main-path-to-document-for-ai' into 'develop'
...
Currently we only have the standard meeting document and the config right now...
See merge request proj-wise2526-video2document/video2document!32
2025-12-09 14:12:14 +01:00
Verena Schulz
0efb7585ba
Fixed height of middle container and several other css bugs
2025-12-07 16:09:12 +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
Azeufack Noupeu Willy
a13fea6734
Merge branch 'develop' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into develop
2025-12-06 14:51:45 +01:00
Azeufack Noupeu Willy
e82cf779da
Merge branch 'main' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into develop
2025-12-06 14:48:31 +01:00
emily
e661aefbe8
added json to send to frontend for the speaker naming functionality
2025-12-05 17:09:45 +01:00
eric.minning
59b820d917
Added to Step 2 and 3. Added a first new version of the progressbar + functions in Step 4. Implemented the basics and functions for Step 5
2025-12-05 17:02:20 +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
MikeHughes-BIN
425e24853e
Similar to the Gemini LLM we now have a ChatGPT REST call. The API Key is still missing
2025-12-04 10:58:50 +01:00
Verena Schulz
1c5d399c58
Added 5th and 6th step, headline above steps
2025-12-03 17:55:55 +01:00
Verena Schulz
33093733ef
Added arrows for navigating through steps
2025-12-02 17:13:36 +01:00
Verena Schulz
4f0d2bcc4a
Fixed mockup sequence
2025-11-27 18:57:17 +01:00
Spanier, Pit
05c04aaef2
Merge branch 'feature/gemini-ai' into 'develop'
...
REST API & Auto Naming
See merge request proj-wise2526-video2document/video2document!31
2025-11-26 21:57:51 +01:00
MikeHughes-BIN
84cc94aa34
REST API & Auto Naming
2025-11-26 21:55:19 +01:00
Verena Schulz
ef379a5b7b
First prototype of new mockup
2025-11-25 16:31:26 +01:00
Verena Schulz
0bbbb2f9b7
Fixed submit button bug and progessbar not showing when uploading video with button
2025-11-25 15:11:18 +01:00
Spanier, Pit
16f319f89f
Merge branch 'feature/implementing-everything' into 'develop'
...
working on implementing everything
See merge request proj-wise2526-video2document/video2document!27
2025-11-24 17:25:37 +01:00
santa
9ab98825a2
made it so that the transcript summary file name is not hardcoded anymore
2025-11-24 17:24:08 +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
Spanier, Pit
e73a2a8203
Merge branch 'feature/modular-ipc-system-implementation' into 'develop'
...
Implemented first version of the json object that should be send back to the...
See merge request proj-wise2526-video2document/video2document!26
2025-11-24 14:31:32 +01:00
santa
2f5efee9c7
Summarizer und weiters angepasst
2025-11-24 14:27:49 +01:00
santa
465fe8bd41
Summarizer angepasst
2025-11-24 14:25:29 +01:00
emily
78e5cf0503
Merge commit '718664523cb982791ec596e62b6536baca692e80' into feature/modular-ipc-system-implementation
2025-11-24 14:20:34 +01:00
eric.minning
718664523c
Fix, so the transcript module names get loaded in the right drop down menu
2025-11-24 14:19:57 +01:00
emily
eb42a1f377
fixed small error
2025-11-24 14:16:10 +01:00
emily
0e7b42cb4a
Merge commit '90825436520562cc7638f885b70286f765d9f20a' into feature/modular-ipc-system-implementation
2025-11-24 14:15:23 +01:00