Fixed env issues
This commit is contained in:
parent
73c4c1171a
commit
7c9a5ae99d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user