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
projects-g
628c69f81c
Separate out transcription and translation into own Modal deployments ( #268 )
...
* abstract transcript/translate into separate GPU apps
* update app names
* update transformers library version
* update env.example file
2023-10-13 22:01:21 +05:30
c5297be924
gh: use poetry cache from setup-python and remove old deps ( #281 )
...
* gh: use poetry cache from setup-python and remove old deps
* gh: use pipx and not setup-poetry, as per setup-python example
* server: remove pyaudio unused in current reflector
2023-10-13 15:29:54 +02:00
4e40cc511a
server: create fixture for starting the server, and always close server even if one test fail
2023-10-13 15:01:58 +02:00
Koper
149342f854
Fix unit tests
2023-10-13 10:42:52 +01:00
Koper
1a7da94cae
Fix MP3 download python error
2023-10-13 10:37:45 +01:00
Sara
fb7a7602f3
waveform is a list
2023-10-13 11:34:22 +02:00
Koper
abf9dbcaf1
Keep range_requests_response
2023-10-13 10:17:36 +01:00
Sara
a1df512603
Merge branch 'main' of github.com:Monadical-SAS/reflector into sara/recorder-memory
2023-10-13 11:05:02 +02:00
Koper
33d82bc9af
Force MP3 download
2023-10-13 10:03:13 +01:00