From 7c9a5ae99d747536453b285217dddd11f95a23bf Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Tue, 16 Apr 2024 13:27:06 -0400 Subject: [PATCH] Fixed env issues --- README.md | 2 +- requirements.txt | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fdccc6d..3799dee 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Meeting transcription and summarization, all running in local models without sen # Installation ```bash -virtualenv Wazowski --python=python3.10 +virtualenv Wazowski --python=python3.9.9 source Wazowski/bin/activate pip install -r requirements.txt python3 fetch_models.py diff --git a/requirements.txt b/requirements.txt index ab1d38d..f803c37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,4 @@ -numba -numpy -torch -tqdm -more-itertools -tiktoken -triton>=2.0.0,<3;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2" -bert-extractive-summarizer -whisper @ git+https://github.com/openai/whisper.git +openai-whisper @ git+https://github.com/openai/whisper.git ffmpeg-python spacy spacy_download