MikeHughes-BIN
4ade9575f3
Changes to the test
2025-11-20 16:30:47 +01:00
Azeufack Noupeu Willy
925eb33eab
chore: add .env.example template for AssemblyAI API key
2025-11-20 15:42:03 +01:00
Azeufack Noupeu Willy
911cba14fd
chore(typescript): add @ts-ignore for assembly module import
2025-11-20 14:34:07 +01:00
Azeufack Noupeu Willy
6813659443
feat(main): add pipeline orchestrator for auto-transcription
2025-11-20 14:31:26 +01:00
Azeufack Noupeu Willy
a0ed2ab7bd
feat(extraction): add audio_ready event emission
...
- Add EventEmitter to emit audio_ready when extraction completes
- Pass sessionId and audioPath in event data
- Export audioEvents for Main process orchestrator
Refs: S3-06 AC1,AC3,AC7
2025-11-20 14:05:52 +01:00
santa
b87bfd444d
Test erstellt
2025-11-20 13:27:15 +01:00
santa
97b571b7f9
Einbindung des Summarizer
2025-11-20 11:51:34 +01:00
santa
455147a41b
Summarizer Tool erstellt zur zusammenfassung der vom TranskriptionTool kommenden json
2025-11-20 10:15:11 +01:00
MikeHughes-BIN
a178ccf30f
Added comments to my code to make it more understandable
2025-11-18 19:53:19 +01:00
MikeHughes-BIN
75a454ad60
Moved test files into integration folder as they use multiple different components
2025-11-18 19:38:33 +01:00
MikeHughes-BIN
a1d804f463
Test created and changes to gemini.js file
2025-11-18 19:16:51 +01:00
eric.minning
fde4d584ab
If you change the language, the corresponding flag will now show above the language selection
2025-11-18 16:25:10 +01:00
eric.minning
abd72c9b54
Implemented first version of the json object that should be send back to the main. as well as fixed some bugs
2025-11-18 12:59:08 +01:00
MikeHughes-BIN
8e7e0b5043
Implement Gemini LLM module for document generation (first non tested prototype)
2025-11-17 21:16:50 +01:00
emily
4dc53b9d5f
implemented first version of the modular IPC system
2025-11-17 18:00:04 +01:00
eric.minning
5f14d633e3
Added labels and expanded the language function
2025-11-17 17:34:27 +01:00
Verena Schulz
7b01c4f022
Video icon improvement, changed dropdown alignment
2025-11-17 16:00:53 +01:00
eric.minning
4f57ec25bf
Changed the handleFiles function so it also contains the call for the generateThumbnail function
2025-11-17 15:18:18 +01:00
eric.minning
f8fb71e146
Added Verenas function to have a preview image of the selected video file
2025-11-17 15:02:22 +01:00
eric.minning
ada231cd28
Implemented a deaktivateProgressbar function
2025-11-17 13:15:37 +01:00
eric.minning
1e3d830ae2
Fixed a merg mistake and added try/catch lines
2025-11-17 11:27:17 +01:00
Verena Schulz
ab0e737f33
Submit button disabled without video, bigger middle part and dropzone, button in dropzone
2025-11-16 15:06:47 +01:00
Hughes, Mike
4b72568ad3
Merge branch 'feature/ui-test' into 'develop'
...
Implemented a dropdown field for the languages as well as functions and a file...
See merge request proj-wise2526-video2document/video2document!23
2025-11-16 14:52:29 +01:00
santa
9441699561
if Pruefung fuer Datei Endung gefixt
2025-11-16 14:46:19 +01:00
MikeHughes-BIN
76c18fa713
Merge branch 'develop' into feature/ui-test
2025-11-15 15:46:26 +01:00
Spanier, Pit
2edc7f8351
Merge branch 'fix/transcription-module-fix' into 'develop'
...
New Folder structure
See merge request proj-wise2526-video2document/video2document!21
2025-11-15 15:11:35 +01:00
MikeHughes-BIN
6083773f88
New Folder structure
2025-11-15 14:45:13 +01:00
eric.minning
4a91f03289
Implemented a dropdown field for the languages as well as functions and a file to easily implement other languages.
2025-11-14 18:32:41 +01:00
Spanier, Pit
444d408480
Merge branch 'feature/fixing-the-program' into 'develop'
...
fixed the program by moving the example module back to where the program can ACTUALLY load it
See merge request proj-wise2526-video2document/video2document!20
2025-11-14 14:30:16 +01:00
emily
d9eacafc3a
fixed the program by moving the example module back to where the program can ACTUALLY load it
2025-11-14 14:28:11 +01:00
Hughes, Mike
ab737f0dc9
Merge branch 'feature/12-externe-transkription-s2-02b' into 'develop'
...
feat(S2-02b): Implement AssemblyAI external transcription with speaker diarization
See merge request proj-wise2526-video2document/video2document!18
2025-11-13 17:38:39 +01:00
MikeHughes-BIN
79e0c48755
Reduced Number of test paths to avoid redundancy
2025-11-13 17:35:40 +01:00
MikeHughes-BIN
9254ddc57f
Changed the Folder Structure for better maintainability
2025-11-13 17:34:22 +01:00
Azeufack Noupeu Willy
c021272ca4
merge: Resolve conflicts with develop
2025-11-13 15:22:33 +01:00
Azeufack Noupeu Willy
e7e97a7f60
feat(S2-02b): Implement AssemblyAI external transcription with speaker diarization
...
- Add assembly.ts module for REST API transcription via AssemblyAI
- Implement 5-step pipeline: upload → create job → poll status → download → save
- Enable speaker_labels for diarization (Speaker A, B, C...)
- Add millisecond-precision timestamps for each utterance
- Store JSON transcripts in storage/transcripts/{session_id}.json
- Add axios, dotenv dependencies
- Add transcribeLatest.ts helper for quick testing
User Story: S2-02b - Externe Transkription per REST API
2025-11-13 13:07:18 +01:00
Spanier, Pit
80392874bb
Merge branch 'feature/combination-of-all-the-things' into 'develop'
...
Fixed an error in checkBoxes function and uploadContainer "drop" listener...
See merge request proj-wise2526-video2document/video2document!15
2025-11-12 20:56:11 +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
73f6fa7524
fixed the code so that it now returns the actual path of the file
2025-11-12 20:24:45 +01:00
eric.minning
1a681eb2b8
Improved error log and implemented a variable and function for file path storage
2025-11-12 20:14:56 +01:00
emily
87e3368a9a
fixed code
2025-11-12 20:04:48 +01:00
emily
6d9c94c685
removed some debug console outputs
2025-11-12 20:03:09 +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
449255dda1
Merge commit 'c8cbd4e92a034fa108d06337a3e63d24e529432f' into feature/combination-of-all-the-things
2025-11-12 19:55:50 +01:00
eric.minning
c8cbd4e92a
Fixed an error in checkBoxes function and uploadContainer "drop" listener regarding file path testing
2025-11-12 18:52:28 +01:00
eric.minning
0f54edb0aa
Removed the variables at the start of the script.js file
2025-11-12 18:44:27 +01:00
eric.minning
54f1f6c135
Added the check if a path is selected and the call to the transcript functio.
2025-11-12 18:16:27 +01:00
Verena Schulz
a32e7e5744
Checkboxes check (with alert)
2025-11-12 17:39:02 +01:00
Verena Schulz
d9e96316c0
Language selection implemented and UI reworked
2025-11-11 18:31:01 +01:00
eric.minning
da3a8c7d8c
Added try/catch handling and some comments
2025-11-11 16:02:07 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan
af794e0245
Merge branch 'feature/ci-pipeline-s1-09a-1' into 'develop'
...
Feature/ci pipeline s1 09a 1
See merge request proj-wise2526-video2document/video2document!7
2025-11-10 18:07:55 +01:00