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
|
# 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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user