update requiremenst and readme

This commit is contained in:
SevaSk 2023-05-14 11:54:54 -04:00
parent bcacf2e07d
commit cdd4fc512b
2 changed files with 3 additions and 8 deletions

View File

@ -37,12 +37,6 @@ Follow these steps to set up and run ecoute on your local machine.
pip install -r requirements.txt
```
(OPTIONAL) this will make program run faster
```
pip install torch --index-url https://download.pytorch.org/whl/cu117
```
4. Create a `keys.py` file and add your OpenAI API key:
```

View File

@ -1,7 +1,8 @@
numpy==1.24.3
openai-whisper==20230314
torch==2.0.1
Wave==0.0.2
openai==0.27.6
customtkinter==5.1.3
PyAudioWPatch==0.2.12.5
PyAudioWPatch==0.2.12.5
--extra-index-url https://download.pytorch.org/whl/cu117
torch