Fixed env issues

This commit is contained in:
Elizabeth Cray 2024-04-16 13:27:06 -04:00
parent 73c4c1171a
commit 7c9a5ae99d
2 changed files with 2 additions and 10 deletions

View File

@ -10,7 +10,7 @@ Meeting transcription and summarization, all running in local models without sen
# Installation # Installation
```bash ```bash
virtualenv Wazowski --python=python3.10 virtualenv Wazowski --python=python3.9.9
source Wazowski/bin/activate source Wazowski/bin/activate
pip install -r requirements.txt pip install -r requirements.txt
python3 fetch_models.py python3 fetch_models.py

View File

@ -1,12 +1,4 @@
numba openai-whisper @ git+https://github.com/openai/whisper.git
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
ffmpeg-python ffmpeg-python
spacy spacy
spacy_download spacy_download