A Simple project to inspire and show how to use Framework Dioxus + OpenAI to generate images
You will need 1 API Key and OpenSSL
To get the API Key https://beta.openai.com/account/api-keys
To install openssl with vcpkg
./vcpkg.exe install openssl:x64-windows
./vcpkg.exe integrate install
-
want to add this to the system environment variables since you'll need it to compile the crate
set VCPKGRS_DYNAMIC=1
-
need to install strawberry perl https://strawberryperl.com/