Commit Graph

235 Commits

Author SHA1 Message Date
f8407874f7 server: fixes share_mode script 2023-11-23 12:41:39 +01:00
Sara
2212d440d4 Merge branch 'main' of github.com:Monadical-SAS/reflector into feat-sharing 2023-11-22 19:28:45 +01:00
0e5c0f66d9 server: move waveform out of the live pipeline 2023-11-22 14:41:40 +01:00
794d08c3a8 server: redirect to storage url 2023-11-22 14:41:40 +01:00
99b973f36f server: fix tests 2023-11-22 14:41:40 +01:00
5ffa931822 server: update backend tests results (rpc does not work with chords) 2023-11-22 14:41:40 +01:00
06b29d9bd4 server: add audio_location and move to external storage if possible 2023-11-22 14:41:40 +01:00
88f443e2c2 server: revert change on storage folder 2023-11-22 14:41:40 +01:00
aecc3a0c3b server: first attempts to split post pipeline as single celery tasks 2023-11-22 14:41:40 +01:00
Sara
fe7f1a0e78 Merge branch 'main' of github.com:Monadical-SAS/reflector into feat-sharing 2023-11-21 12:11:58 +01:00
Sara
c40e0970b7 review fixes 2023-11-20 20:13:18 +01:00
Sara
3ba764ba86 Merge branch 'main' of github.com:Monadical-SAS/reflector into sara/loading-states 2023-11-17 15:33:47 +01:00
Sara
a846e38fbd fix waveform in pipeline 2023-11-17 13:38:32 +01:00
Sara
1fc261a669 try to move waveform to pipeline 2023-11-15 20:30:00 +01:00
e6c358a1d5 server: ability to deactivate diarization on the server 2023-11-15 19:49:50 +01:00
4dbcb80228 server: remove reference to banana.dev 2023-11-15 19:49:32 +01:00
84e425bd3b server: fix slow profanity filter 2023-11-11 01:00:28 +01:00
c255b41475 server: fix crash when translator is stopped without having a single push 2023-11-11 01:00:09 +01:00
e18a7c8d4e server: correctly save duration, when filewriter is finished 2023-11-11 01:00:09 +01:00
afa8010d29 server: add a way to do profiling on api request by adding profile=1 2023-11-10 14:41:28 +01:00
14946921f3 server: add support for HEAD route on audio mp3 2023-11-10 14:41:21 +01:00
projects-g
5cb132cac7 fix loading shards from local cache (#313) 2023-11-08 22:02:48 +05:30
226b92c347 www/server: introduce share mode 2023-11-07 12:39:48 +01:00
b9149d6e68 server: ensure retry works even with 303 redirection 2023-11-02 21:00:14 +01:00
c5893e0391 hotfix/server: do not pass a token for diarization/mp3 if there is no user
When decoding the token, if it is invalid (sub cannot be None), it just fail
2023-11-02 20:34:53 +01:00
6f3e3741e7 hotfix/server: fix crash 2023-11-02 20:12:57 +01:00
aee959369f hotfix/server: correctly load old topic 2023-11-02 20:08:47 +01:00
eb76cd9bcd server/www: rename topic text field to transcript
This aleviate the current issue with vercel deployment
2023-11-02 19:59:56 +01:00
9642d0fd1e hotfix/server: fix duplication of topics 2023-11-02 19:40:45 +01:00
37f6fe6345 server: rename migration script for readability 2023-11-02 19:17:34 +01:00
c87c30d339 hotfix/server: add follow_redirect on modal 2023-11-02 19:09:13 +01:00
3424550ea9 hotfix/server: add id in GetTranscriptTopic for the frontend to work 2023-11-02 19:06:30 +01:00
239fae6189 hotfix/server: add migration script to migrate transcript field to text 2023-11-02 19:02:02 +01:00
2e738e9f17 server: remove unused/old post_transcript.py 2023-11-02 17:39:21 +01:00
057c636c56 server: move logging to base implementation, not specialization 2023-11-02 17:39:21 +01:00
19b5ba2c4c server: add diarization logger information 2023-11-02 17:39:21 +01:00
3e7031d031 server: do not remove empty or recording transcripts by default
We should have the possibility to delete or hide them later
2023-11-02 17:39:21 +01:00
4da890b95f server: add dummy diarization and fixes instanciation 2023-11-02 17:39:21 +01:00
d0057ae2c4 server: add missing python-jose 2023-11-02 17:39:21 +01:00
e405ccb8f3 server: started updating documentation 2023-11-02 17:39:21 +01:00
d8a842f099 server: full diarization processor implementation based on gokul app 2023-11-02 17:39:21 +01:00
07c4d080c2 server: refactor with diarization, logic works 2023-11-02 17:39:21 +01:00
1c42473da0 server: refactor with clearer pipeline instanciation and linked to model 2023-11-02 17:39:21 +01:00
433c0500cc server: refactor to separate websocket management + start pipeline runner 2023-11-02 17:39:21 +01:00
367912869d server: make processors in broadcast to be executed in parallel 2023-11-02 17:39:21 +01:00
00c06b7971 server: use redis pubsub for interprocess websocket communication 2023-11-02 17:39:21 +01:00
8bebb2a769 server: start moving to an external celery task 2023-11-02 17:39:21 +01:00
f4cffc0e66 server: add tests on segmentation and fix issue with speaker 2023-11-02 17:39:21 +01:00
21e408b323 server: include transcripts words in database, but keep back compatible api 2023-11-02 17:39:21 +01:00
00eb9bbf3c server: improve split algorithm 2023-11-02 17:39:21 +01:00