Hey folks, like many of you I'm a bit mind-blown at how AI has exploded in the last few months, and as a developer I'm keen to stay up to date on what the best developer tools/packages and API's are (whether open or closed source).<p>I'll start with an obvious one:<p># Stable Diffusion (open source)<p>Stable Diffusion is a machine learning, text-to-image model to generate digital images from natural language descriptions.<p>https://replicate.com/blog/run-stable-diffusion-with-an-api
Not sure if this is the kind of thing you're talking about, but the big cloud providers offer a host of AI/ML APIs for a range of different things.<p>For example:
<a href="https://aws.amazon.com/machine-learning/ai-services/" rel="nofollow">https://aws.amazon.com/machine-learning/ai-services/</a>
<a href="https://cloud.google.com/products/ai" rel="nofollow">https://cloud.google.com/products/ai</a>
Another great place to look is Open AI’s example list:<p><a href="https://beta.openai.com/examples/" rel="nofollow">https://beta.openai.com/examples/</a>