Add project description

This commit is contained in:
Brayd 2023-01-15 14:45:06 +01:00
parent 081ce797dc
commit a5ce81f961
Signed by: brayd
GPG Key ID: C2B176B9DEB8BA48
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# OpenAI image generator
![License](https://img.shields.io/badge/license-MIT-blue)
This is a small python script that generates 4 images from a prompt you type in. This is made possible by the OpenAI API.
## Setup
Install the requirements
```bash
pip3 install -r requirements.txt
```
Now open the `main.py`and enter your `API_TOKEN`. You can get one for free directly from [OpenAI](https://beta.openai.com/account/api-keys).
You can now use `python3 main.py` to execute the script.
Have fun!