Skip to content

Commit

Permalink
update requiremenst and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SevaSk committed May 14, 2023
1 parent bcacf2e commit cdd4fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cdd4fc5

Please sign in to comment.