mirror of
https://github.com/SevaSk/ecoute.git
synced 2024-12-19 20:57:53 +00:00
update requiremenst and readme
This commit is contained in:
parent
bcacf2e07d
commit
cdd4fc512b
@ -37,12 +37,6 @@ Follow these steps to set up and run ecoute on your local machine.
|
|||||||
pip install -r requirements.txt
|
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:
|
4. Create a `keys.py` file and add your OpenAI API key:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
numpy==1.24.3
|
numpy==1.24.3
|
||||||
openai-whisper==20230314
|
openai-whisper==20230314
|
||||||
torch==2.0.1
|
|
||||||
Wave==0.0.2
|
Wave==0.0.2
|
||||||
openai==0.27.6
|
openai==0.27.6
|
||||||
customtkinter==5.1.3
|
customtkinter==5.1.3
|
||||||
PyAudioWPatch==0.2.12.5
|
PyAudioWPatch==0.2.12.5
|
||||||
|
--extra-index-url https://download.pytorch.org/whl/cu117
|
||||||
|
torch
|
Loading…
Reference in New Issue
Block a user