Creative writing sentence generator using user input prompts. AI images are generated from the prompt results.
Coded using the OpenAI API, HTML/CSS and Python (Flask) backend. Powered by GPT-3.5.
AI generated images from stable diffusion.
Preview Demo (v1):
With AI-generated images (stable diffusion):
-
Navigate into the project directory.
-
Create a new virtual environment:
$ python -m venv venv $ . venv/bin/activate
-
Install the requirements:
$ pip install -r requirements.txt
Make sure to have API keys for Open AI and Stable Diffusion.
-
Run the app:
$ flask run
You can see the app at http://localhost:5000