Commit Graph

  • a98a9853be PR review comments Gokul Mohanarangan 2023-08-17 14:42:45 +05:30
  • b904f92224 Merge pull request #173 from Monadical-SAS/migrate-to-typescript Andreas Bonini 2023-08-17 15:32:08 +07:00
  • e297b8269d Removed unnecessary suffix "Type" Koper 2023-08-17 15:30:35 +07:00
  • 235ee73f46 update prompt Gokul Mohanarangan 2023-08-17 09:59:16 +05:30
  • 17b850951a pull from main Gokul Mohanarangan 2023-08-17 09:38:35 +05:30
  • a24c3afe5b cleanup Gokul Mohanarangan 2023-08-17 09:35:49 +05:30
  • 2e48f89fdc add comments and log Gokul Mohanarangan 2023-08-17 09:33:59 +05:30
  • eb13a7bd64 make schema optional argument Gokul Mohanarangan 2023-08-17 09:23:14 +05:30
  • 62cfa5b446 add transition Jose B 2023-08-16 20:53:53 -05:00
  • 6c99556221 re-arrange custom plugins, prevent overlapping, more 🎨 Jose B 2023-08-16 17:16:19 -05:00
  • 3b204a0a8d Merge branch 'main' of github.com:Monadical-SAS/reflector into jose/markers Jose B 2023-08-16 15:29:00 -05:00
  • 5f79e04642 make schema optional for all LLMs Gokul Mohanarangan 2023-08-16 22:37:20 +05:30
  • e12f9afe7b server: implement user authentication (none by default) Mathieu Virbel 2023-08-16 17:24:05 +02:00
  • 5e2afa599e Deleted sentry example pages Koper 2023-08-16 17:59:01 +07:00
  • ebbf47b895 Migrate to typescript Koper 2023-08-16 17:55:47 +07:00
  • 33ab54a626 server: replace wave module with pyav directly Mathieu Virbel 2023-08-16 10:40:40 +02:00
  • 976c0ab9a8 update prompt Gokul Mohanarangan 2023-08-16 14:07:29 +05:30
  • 0cdd7037fb wrap JSONFormer around LLM Gokul Mohanarangan 2023-08-16 14:03:25 +05:30
  • d470696a49 Merge pull request #154 from Monadical-SAS/modal projects-g 2023-08-16 13:57:25 +05:30
  • 2f0e9a51f7 integrate reflector-gpu-modal repo Gokul Mohanarangan 2023-08-16 13:28:23 +05:30
  • 0b2fb6ee85 server: remove non-apified server Mathieu Virbel 2023-08-16 09:53:39 +02:00
  • a809e5e734 server: implement wav/mp3 audio download If set, will save audio transcription to disk. MP3 conversion is on-request, but cached to disk as well only if it is successfull. Mathieu Virbel 2023-08-15 19:01:39 +02:00
  • 290b552479 server: update documentation Mathieu Virbel 2023-08-15 17:11:01 +02:00
  • 044f40eb32 server: fixes for tests Mathieu Virbel 2023-08-15 17:09:36 +02:00
  • 857505124f server: implement data persistence with database Mathieu Virbel 2023-08-15 16:31:42 +02:00
  • ef3486eac0 Merge pull request #142 from Monadical-SAS/nextjs-13-routing Andreas Bonini 2023-08-15 22:30:39 +07:00
  • 3c130f7b3e Redirect / to /transcripts/new Koper 2023-08-15 22:20:34 +07:00
  • 69b8b2fab8 Fix build error Koper 2023-08-15 22:20:21 +07:00
  • a21a726eb1 server: prevent storing audio for transcription unless wanted Mathieu Virbel 2023-08-15 12:29:14 +02:00
  • 98375d5c2c ci: add manual deploy for server Mathieu Virbel 2023-08-15 09:50:13 +02:00
  • 93acea4ad9 server: add env.example Mathieu Virbel 2023-08-11 19:14:49 +02:00
  • d471cdd0a5 fix markers not rendering Jose B 2023-08-14 22:02:52 -05:00
  • 6d7c323203 fix stale props Jose B 2023-08-14 18:54:12 -05:00
  • 4ef844fe99 use topic object instead timestamp Jose B 2023-08-14 18:23:24 -05:00
  • d0109a7f75 style it 🧑‍🎨 Jose B 2023-08-14 13:57:32 -05:00
  • 5ed203547f add markers + sync w/ topics Jose B 2023-08-14 12:14:33 -05:00
  • eb4fd6dcd0 Refactor based on NextJS 13 Routing / Dir Layout Koper 2023-08-14 19:50:25 +07:00
  • 9c9428c456 reduce waveform height + fix weird math Jose B 2023-08-14 03:02:56 -05:00
  • 01806ce037 server: remove warmup, increase LLM timeout for now Mathieu Virbel 2023-08-11 19:56:39 +02:00
  • 82ce8202bd server: improve llm warmup exception handling Mathieu Virbel 2023-08-11 19:29:48 +02:00
  • 63636b52e1 www: force redeployment on vercel Mathieu Virbel 2023-08-11 16:33:42 +02:00
  • 77d07c8178 Merge pull request #137 from Monadical-SAS/serverless-gpu-modal Mathieu Virbel 2023-08-11 16:19:01 +02:00
  • 802f2c248e server: remove print Mathieu Virbel 2023-08-11 16:18:39 +02:00
  • a06056f9bc server: fixes initial timeout for llm warmup Mathieu Virbel 2023-08-11 15:45:28 +02:00
  • 38a5ee0da2 server: implement warmup event for llm and transcription Mathieu Virbel 2023-08-11 15:32:41 +02:00
  • a2518df3bd server: fixes websocket preventing server to stop Mathieu Virbel 2023-08-11 15:18:13 +02:00
  • 445d3c1221 server: implement modal backend for llm and transcription Mathieu Virbel 2023-08-11 12:34:11 +02:00
  • a822c9d482 Merge pull request #127 from Monadical-SAS/jose/dev Jose 2023-08-10 09:36:15 -05:00
  • e3ea7e7cb9 Merge pull request #130 from Monadical-SAS/feat/evaluate projects-g 2023-08-10 19:14:18 +05:30
  • eac95cac72 Merge pull request #132 from Monadical-SAS/openapi-code-autogeneration Andreas Bonini 2023-08-10 19:59:45 +07:00
  • f8fc83c943 server/www: simplify operationId in openapi and update www Mathieu Virbel 2023-08-10 14:52:35 +02:00
  • e8c054b4ca Implemented API from code generated by OpenAPI Koper 2023-08-10 18:33:50 +07:00
  • 992134a38b minor update Gokul Mohanarangan 2023-08-10 14:37:39 +05:30
  • af954e2818 resolve review comments Gokul Mohanarangan 2023-08-10 14:33:46 +05:30
  • bb983194f8 update folder structure Gokul Mohanarangan 2023-08-10 12:24:07 +05:30
  • 0a11a7f669 change dependency group Gokul Mohanarangan 2023-08-10 12:16:39 +05:30
  • 7ee049bad6 update deps Gokul Mohanarangan 2023-08-10 12:09:52 +05:30
  • 8cab94cda1 add model evaluation feature Gokul Mohanarangan 2023-08-10 11:40:55 +05:30
  • e1b33b6857 Merge pull request #112 from Monadical-SAS/server-api Mathieu Virbel 2023-08-09 18:13:07 +02:00
  • a652d1724e Delete openapi.json Koper 2023-08-09 22:17:37 +07:00
  • ab0ef11b6e Update dashboard.js Koper 2023-08-09 21:34:20 +07:00
  • b91bdc2e2a Fixed finalSummary variables in <Dashboard/> display Koper 2023-08-09 21:23:19 +07:00
  • 9b88aa7a6c Fixed setFinalSummary Koper 2023-08-09 21:12:23 +07:00
  • 0212f13354 Re-added WebRTC "STOP" command Koper 2023-08-09 21:10:49 +07:00
  • 2283ecd3d7 Fixed typo Koper 2023-08-09 20:19:23 +07:00
  • d03fa6f4be Merge branch 'server-api' of https://github.com/Monadical-SAS/reflector into server-api Koper 2023-08-09 19:38:58 +07:00
  • 1aa77040ef Finished websocket implementation Koper 2023-08-09 19:38:46 +07:00
  • 92366f2662 server: fix websocket Mathieu Virbel 2023-08-09 14:37:39 +02:00
  • bc4a952938 Merge branch 'server-api' of https://github.com/Monadical-SAS/reflector into server-api Koper 2023-08-09 19:12:27 +07:00
  • c85c2b2ca7 Fix favicon error 500 Koper 2023-08-09 18:58:35 +07:00
  • 26e34aec2d server: ensure transcript status model is updated + tests Mathieu Virbel 2023-08-09 11:23:28 +02:00
  • a9e0c9aa03 server: implement status update in model and websocket Mathieu Virbel 2023-08-09 11:21:48 +02:00
  • 06569000c4 disconnected UI Jose B 2023-08-08 15:51:12 -05:00
  • 033bbaa347 clock element Jose B 2023-08-08 15:12:06 -05:00
  • 325209891d download recording Jose B 2023-08-08 12:54:49 -05:00
  • 7f807c8f5f server: implement FINAL_SUMMARY for websocket + update tests and fix flush Mathieu Virbel 2023-08-08 19:32:20 +02:00
  • 93564bfd89 server: fix stamina missing for old server Mathieu Virbel 2023-08-08 18:31:39 +02:00
  • 0791eaad03 Merge branch 'main' into server-api Mathieu Virbel 2023-08-08 18:26:17 +02:00
  • 0ff8eb2cf3 Front end API implementation (draft) Koper 2023-08-08 21:18:54 +07:00
  • d6d56c8b14 Merge pull request #120 from Monadical-SAS/jose/fix-audio-quality Jose 2023-08-08 09:01:00 -05:00
  • 0272904363 Merge Mathieu Virbel 2023-08-08 15:33:55 +02:00
  • 7d40305737 Implement retry that automatically detect httpx and backoff (#119) Mathieu Virbel 2023-08-08 14:03:36 +02:00
  • 8397ca8c29 disable undesired features Jose B 2023-08-08 05:42:23 -05:00
  • 04d6a2cfae Merge pull request #105 from Monadical-SAS/jose/ui Jose 2023-08-08 04:04:09 -05:00
  • a18850e74b Merge branch 'main' into jose/ui Jose B 2023-08-08 03:56:56 -05:00
  • 74e2db0bcf place btn at bottom Jose B 2023-08-08 03:56:27 -05:00
  • 96f52c631a api: implement first server API + tests Mathieu Virbel 2023-08-04 18:16:37 +02:00
  • 20767fde3f server: start implementing new api Mathieu Virbel 2023-08-04 16:36:25 +02:00
  • e55cfce930 server: fixes tests Mathieu Virbel 2023-08-04 18:16:51 +02:00
  • 6e54a6dd30 Add files via upload Andreas Bonini 2023-08-04 19:39:49 +07:00
  • 750855adf1 Update r-icon.png Koper 2023-08-04 19:38:59 +07:00
  • dce92e0cf7 server: fixes pipeline logger not transmitted to processors Mathieu Virbel 2023-08-04 12:02:18 +02:00
  • 6d2085ce61 server: update topic detection minimum length required Mathieu Virbel 2023-08-04 11:53:56 +02:00
  • 3433fcb455 Merge pull request #103 from Monadical-SAS/initial-branding Andreas Bonini 2023-08-04 15:39:05 +07:00
  • bb7cddf038 Merge branch 'main' into initial-branding Koper 2023-08-04 15:38:46 +07:00
  • 783dcf5850 Changed to "Reach" Koper 2023-08-04 15:36:29 +07:00
  • dc84f578e0 frontend: trigger vercel update with latest env variables Mathieu Virbel 2023-08-04 10:32:36 +02:00
  • 7f67c56f7e frontend: allow configuration of another webrtc server url (#108) Mathieu Virbel 2023-08-04 10:25:41 +02:00
  • d94e2911c3 Serverless GPU support on banana.dev (#106) Mathieu Virbel 2023-08-04 10:24:11 +02:00
  • a5ce66c299 pre-commit: update for server part (#104) Mathieu Virbel 2023-08-04 10:15:38 +02:00