Ficture is a web application that allows users to turn their simple world map ideas into detailed world maps. Using neural networks, a detailed world map image is generated from a simple coastline drawing. Ficture allows users to expirement with the world map generator and save / load world maps if they choose.
The project is split into several repositories:
ficture: The sapper web server, the main interface to the application
terraingen: The command line tool used to generate the dataset for the neural network
model: The code to train the neural network, a pix2pix GAN
canvas: A WebComponent for the canvas used on the main site