https://github.com/pierregode/openaiwhisperassistant
OpenAIWhisperAssistant
https://github.com/pierregode/openaiwhisperassistant
Last synced: 8 months ago
JSON representation
OpenAIWhisperAssistant
- Host: GitHub
- URL: https://github.com/pierregode/openaiwhisperassistant
- Owner: PierreGode
- License: apache-2.0
- Created: 2024-06-08T23:05:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T17:24:42.000Z (over 1 year ago)
- Last Synced: 2025-01-13T02:12:28.505Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAIWhisperAssistant
OpenAIWhisperAssistant
Clone repo to Windows machine
```
git clone https://github.com/PierreGode/OpenAIWhisperAssistant.git
```
```
cd OpenAIWhisperAssistant
```
```
pip install -r requirements.txt
```
Set API key in Enviroment
```
$env:OPENAI_API_KEY="sk-proj-"
```