Commit Graph

90 Commits

Author SHA1 Message Date
Aarthi Manivannan, Premanathan Aarthi Manivannan c00640c15d Update file meeting_report_prompt.txt 2025-12-14 11:52:21 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan d80941ca65 Delete .gitkeep 2025-12-14 11:45:47 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 0e4147e893 Delete meeting_report_template.md 2025-12-14 11:45:38 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 9ab69b4b36 Delete .gitkeep 2025-12-14 11:44:59 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan cd61d8e09b Delete transcript.txt 2025-12-14 11:44:51 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 893546d142 Delete Example_output.pdf.pdf 2025-12-14 11:44:41 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 9098dafbd5 Delete .gitkeep 2025-12-14 11:44:16 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan d68192de8a Delete meeting_report_prompt.txt 2025-12-14 11:44:06 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 5a23ec9c2f Delete .gitkeep 2025-12-14 11:43:24 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan a0237ade55 Delete meeting_report_structure.json 2025-12-14 11:39:09 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 10e3c902c5 Delete meeting_report_best_practices.md 2025-12-14 11:37:32 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan b157a90671 Upload New File 2025-11-20 12:24:46 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 6931df22e0 Add new file 2025-11-20 12:12:42 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 9eaabe80b6 Add new directory 2025-11-20 12:09:35 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan db2192dc30 Add new file 2025-11-20 12:02:32 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 76129982c3 Update file meeting_report_prompt.txt 2025-11-20 11:59:16 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan ea769d3aec Add new file 2025-11-20 11:41:14 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 21f4fe95d7 Add new file 2025-11-20 11:38:32 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 8e07bcf028 Add new file 2025-11-20 11:35:47 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan fd0798872a Add new directory 2025-11-20 11:32:46 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 0ea3fba436 Add new directory 2025-11-20 11:32:20 +01:00
Aarthi Manivannan, Premanathan Aarthi Manivannan 5615f7fd25 research and design 2025-11-20 11:29:33 +01:00
Hughes, Mike 283b4ed6af Merge branch 'develop' into 'main'
Implemented the general modular framework.

See merge request proj-wise2526-video2document/video2document!22
2025-11-15 15:14:24 +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
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
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
emily dfe91bb15a Merge commit '3a8963b49d96d0746b64244fa17458d4ae68ec45' into feature/combination-of-all-the-things 2025-11-10 17:01:30 +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 bd8ed1bf81 added mp4, flac and wav files to gitignore 2025-11-10 16:12:59 +01:00
Spanier, Pit 3a8963b49d Merge branch 'feature/ui-test' into 'develop'
Added a progressbar

See merge request proj-wise2526-video2document/video2document!13
2025-11-10 15:43:55 +01:00