You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app uses a version of the GauGAN deep learning model to transform an input segmentation masks into a landscape painting.
316
+
This web app allows you to create a landscape painting in the style of Bob Ross using a deep learning model served using a <ahref="https://spell.ml/docs/model_servers/"style={{color: 'white'}}>Spell model server</a>. To do so paint some shapes on the canvas with a set of thematic (trees, mountains, etcetera) brushes provided to you. The shapes you paint are sent to a model server endpoint, which computes an output and presents it on the other screen.
317
317
</p>
318
318
<p>
319
-
<ahref="https://github.com/NVlabs/SPADE"style={{color: 'white'}}>GauGAN</a>, released in 2019, is the most powerful image-to-image translation algorithm currently known. This version of the model has been trained on the popular ADE20K dataset, then fine-tuned on a dataset of 250 paintings from Bob Ross's beloved PBS series, <ahref="https://www.youtube.com/user/BobRossInc"style={{color: 'white'}}>"The Joy of Painting"</a>.
320
-
</p>
321
-
<p>
322
-
Choose from nine different semantic brushes to craft your painting. Then click on the "Run" button to generate a result!
323
-
</p>
324
-
<p>
325
-
The <ahref="https://www.kaggle.com/residentmario/segmented-bob-ross-images"style={{color: 'white'}}>dataset</a> and <ahref="https://github.com/ResidentMario/paint-with-ml"style={{color: 'white'}}>code</a> are publicly available. To learn more about how it works, check out <ahref="https://spell.ml/blog/paint-with-machine-learning-X10i3BAAACQAUI_o"style={{color: 'white'}}>our blog post</a>.
319
+
The <ahref="https://www.kaggle.com/residentmario/segmented-bob-ross-images"style={{color: 'white'}}>dataset</a> and <ahref="https://github.com/ResidentMario/paint-with-ml"style={{color: 'white'}}>code</a> are publicly available. To learn more about how it works and how it was developed, check out <ahref="https://spell.ml/blog/paint-with-machine-learning-X10i3BAAACQAUI_o"style={{color: 'white'}}>our blog post</a>.
<ahref="https://spell.ml/"style={{color: 'white'}}>Spell</a> is a powerful end-to-end machine learning model training and deployment platform. The model powering this application was trained in Spell runs and workspaces and then deployed into production using a Spell model server.
325
+
<ahref="https://spell.ml/"style={{color: 'white'}}>Spell</a> is a powerful end-to-end machine learning model training and deployment platform. The model powering this application was trained using the Spell platform and then deployed into production using Spell’s new Model Serving feature.
331
326
</p>
332
327
<p>
333
-
We provide an easy-to-use API for deploying your model server publicly or privately. And because we serve models using Kubernetes, the service automatically scales up and down based on demand.
328
+
Spell provides an easy-to-use API for deploying your model server publicly or privately. Models are served on Kubernetes, so the service automatically scales up and down based on demand.
334
329
</p>
335
330
<p>
336
-
To learn more, see <ahref="https://spell.ml/docs/model_servers"style={{color: 'white'}}>our docs</a>.
331
+
<ahref="https://spell.ml/docs/model_servers"style={{color: 'white'}}>Click here to learn more</a>.
0 commit comments