Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 879 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 879 Bytes

Melquíades

A Streamlit app for visualising your favourite novels using GPT and Midjourney.

_melquiades

Read more about it on my blog: blog post

Prerequisites

To run Melquíades, you will need credentials for two APIs:

  1. OpenAI: Sign up here and get your API key.
  2. GoAPI: An unofficial/3rd party API for Midjourney which you can sign up for here.

Running locally

  1. Install the dependencies: pip install pandas streamlit.
  2. Copy config.example.py to config.py and insert your OpenAI and GoAPI API keys.
  3. Run streamlit run app.py