thoppe / mythical-mentor

Use AI to generate worlds and mythos automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mythical Mentor

Use AI to generate worlds and mythos automatically.

%%{ init : { "theme" : "default", "flowchart" : { "curve" : "linear" }}}%%

flowchart TD
    WName(World Name) --> WorldDesc(World Description)
    WorldDesc --> Races
    WorldDesc --> Creatures
    WorldDesc --> Landmarks
    WorldDesc --> Deities
    WorldDesc --> Cities
    WorldDesc --> Beliefs
    WorldDesc --> Relics
    WorldDesc --> CITY3

    Races --> Creatures
    Races --> Cities
    Races --> Deities
    Races --> Beliefs
    Races --> Relics
    Races --> CITY2
    Races --> CITY3
    Races --> Landmarks

    Deities --> Beliefs
    Deities --> Landmarks
    Deities --> Relics

    Landmarks --> Relics

    subgraph city [ ]
      Cities --> CITY1(City Description)
      CITY1 --> CITY2(City Residents)
      CITY2 --> CITY3(City Lore)
    end

Open in Streamlit

To do

  • Allow for different SD models
  • Add in real hyperlinks in the app

About

Use AI to generate worlds and mythos automatically


Languages

Language:Python 97.4%Language:Makefile 2.6%