From 3eab6db142123e8fd3fd37b3b00095cb183ebc90 Mon Sep 17 00:00:00 2001 From: gokul Date: Fri, 9 Jun 2023 16:08:22 +0530 Subject: [PATCH] Update README.MD --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5d00dfd..49607dbf 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,19 @@ To setup, +To run the current whisper-jax real time trial, + +You need to run one additional step which is + +``` pip install -r requirements.txt``` + + + NEXT STEPS: 1) Run this demo on a local Mac M1 to test flow and observe the performance 2) Create a pipeline using microphone to listen to audio chunks to perform transcription realtime (and also efficiently - summarize it as well) + summarize it as well) -> *done as part of whisjax_realtime_trial.py* 3) Create a RunPod setup for this feature (mentioned in 1 & 2) and test it end-to-end 4) Perform Speaker Diarization using Whisper-JAX 5) Based on feasibility of above points, explore suitable visualizations for transcription & summarization.