I faced the task of enabling search within meeting transcripts, spanning discussions among 2 to 4 participants, whether conducted online or offline. The aim was to seamlessly reference past discussions during live conversations within the same group.
The objective was to develop a foundational solution that could later evolve to address this challenge comprehensively. It served as a checkpoint to identify all essential considerations for tackling the aforementioned problem, including:
Update environment variable for hugging face token in environment.yml
conda env create -f environment.yml
conda activate live_speech_reference_search
docker compose up
gradio app.py
python -m spacy download en_core_web_sm
21 commits
Python
100.0%
I faced the task of enabling search within meeting transcripts, spanning discussions among 2 to 4 participants, whether conducted online or offline. The aim was to seamlessly reference past discussions during live conversations within the same group.
The objective was to develop a foundational solution that could later evolve to address this challenge comprehensively. It served as a checkpoint to identify all essential considerations for tackling the aforementioned problem, including:
Update environment variable for hugging face token in environment.yml
conda env create -f environment.yml
conda activate live_speech_reference_search
docker compose up
gradio app.py
python -m spacy download en_core_web_sm
21 commits
Python
100.0%