Describe the feature you'd like
Create an POST "/w2fp" (words to floor plan) endpoint, which accepts JSON in the following format:
It should pass the query text through the generator neural network, scale the output by 10x, replase squares with furniture and respond with the final image.
Describe the feature you'd like
Create an
POST "/w2fp"(words to floor plan) endpoint, which accepts JSON in the following format:It should pass the query text through the generator neural network, scale the output by 10x, replase squares with furniture and respond with the final image.