Commit Graph

218 Commits

Author SHA1 Message Date
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
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
6d074ed457 www: update frontend to support new transcript format in topics 2023-11-02 17:39:21 +01:00
b323254376 server: move out profanity filter to transcript, and implement segmentation 2023-11-02 17:39:21 +01:00
726efbc97a server: allow extra environment variable to ease switch between branch
suggested by Andreas
2023-11-02 12:24:52 +01:00
fe6d096f6f server: do not filter empty and recording for now 2023-11-02 12:24:52 +01:00
b8df3cde8c server: ensure loading bad topic won't be problematic 2023-11-02 12:24:52 +01:00
a3e9683f1e server: update get_all to filter empty and unfinished transcripts 2023-11-02 12:24:52 +01:00
86f4de7958 server: allow CORS credentials 2023-10-18 12:41:15 +02:00
c55f038ed4 server: allow to configure CORS_ORIGIN 2023-10-17 20:38:44 +02:00
Koper
f97174e863 Tired of looking this up every time 2023-10-15 17:38:13 +01:00
Gokul Mohanarangan
c1a9005ec3 update buller condition 2023-10-14 18:55:40 +05:30
Gokul Mohanarangan
79fa537c35 update return format 2023-10-14 18:08:16 +05:30
Gokul Mohanarangan
894c989d60 update language codes 2023-10-14 17:35:30 +05:30
Sara
90c6824f52 replace two letter codes with three letter codes 2023-10-13 23:36:02 +02:00
9269db74c0 gpu: update format + list of country 2 to 3 2023-10-13 23:33:37 +02:00
6c1869b79a gpu: improve concurrency on modal - coauthored with Gokul (#286) 2023-10-13 21:15:57 +02:00
projects-g
1d92d43fe0 New summary (#283)
* handover final summary to Zephyr deployment

* fix display error

* push new summary feature

* fix failing test case

* Added markdown support for final summary

* update UI render issue

* retain sentence tokenizer call

---------

Co-authored-by: Koper <andreas@monadical.com>
2023-10-13 22:53:29 +05:30
Sara
21473b584f Merge branch 'main' of github.com:Monadical-SAS/reflector into sara/recorder-memory 2023-10-13 19:10:55 +02:00