A Streamlit app for visualising your favourite novels using GPT and Midjourney.
Read more about it on my blog: blog post
To run Melquíades, you will need credentials for two APIs:
- OpenAI: Sign up here and get your API key.
- GoAPI: An unofficial/3rd party API for Midjourney which you can sign up for here.
- Install the dependencies:
pip install pandas streamlit
. - Copy
config.example.py
toconfig.py
and insert your OpenAI and GoAPI API keys. - Run
streamlit run app.py