Document Representor

Represent, interact and serve simple AI-generated web documents for reports or otherwise

About

Document Representor. This is an idea, and I will build an example in Golang because Golang is fun. There shall be a structure or equivalent to represent a web document. There will be support to interact with the document structure, adding elements, simple scripts for handling web socket connections and control. The document representation will be marshalled and sent to an AI model (We use Google's AI, cloud accessed solution) to generate the markup for the simple document representation. (Training a dedicated AI model for document generating alone is also possible providing that the build receives, substantial attention and interest) We shall use web socket to interact with the client, displaying information and receiving user input or whatever is required. No markup is required to be physically stored, they will be generated on the fly except cases where caching can improve performance