https://github.com/crypto-artisan/openai-api-key-full-practice
https://github.com/crypto-artisan/openai-api-key-full-practice
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crypto-artisan/openai-api-key-full-practice
- Owner: crypto-artisan
- Created: 2024-02-09T06:10:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T06:28:50.000Z (over 1 year ago)
- Last Synced: 2025-01-19T22:23:15.998Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# hands-on python codebase using Open AI Api_key
## text generation
## text-to-image
## text-to-speech
## speech-to-text
## image-to-text (vision)
## moderation# Get started
## create a .env file
### 1.insert OPENAI_API_KEY = 'your_own_api_key'
### 2.execute
``````
# bash
pip install -r requirements.txtpython main.py
``````powered by hightecular95908