Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpai authored Nov 21, 2023
1 parent e37859d commit 1663cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ https://twitter.com/ayushspai/status/1726222559480557647
- An OpenAI API key (set as an environment variable `OPENAI_API_KEY`)

### Libraries
Install the necessary libraries with pip:
Install the necessary libraries with the requirements.txt file.
```
pip install sounddevice soundfile numpy speech_recognition playsound Pillow opencv-python openai
pip install -r requirements.txt
```

## Usage
Expand Down

0 comments on commit 1663cac

Please sign in to comment.