Django backed web app which uses Open AI APIs to generate a story of his preference along with a suitable image.
First of all add your api key in story_teller/story_teller/views.py Line 51
Now to run the webserver on localhost:
In project directory
cd story_teller
python3 manage.py runserver
Then open this url in browser