RTutor
RTutor is an AI-based app that can quickly generate and test R code. Powered by API calls to OpenAI’s Davinci (ChatGPT’s sibling), RTutor translates natural languages into R scripts, which are then executed within the Shiny platform. An R Markdown source file and HTML report can be generated. Check out the github repo here: https://github.com/gexijin/RTutor
Stable Diffusion
Stable Diffusion is a deep learning, text-to-image model released in 2022. It is primarily used to generate detailed images conditioned on text descriptions, though it can also be applied to other tasks such as inpainting, outpainting, and generating image-to-image translations guided by a text prompt.
Teachable Machine
Teachable Machine is a web-based tool that makes creating machine learning models fast, easy, and accessible to everyone. It’s meant to be used by educators, artists, students, innovators, makers of all kinds – really, anyone who has an idea they want to explore. No prerequisite machine learning knowledge required.
fast.ai
fast.ai is a non-profit research group focused on deep learning and artificial intelligence. They have several useful courses on their website.
Laion
LAION, as a non-profit organization, provides datasets, tools and models to liberate machine learning research. They encourage open public education and a more environment-friendly use of resources by reusing existing datasets and models.
Amazon CodeWhisperer
Amazon CodeWhisperer is a machine learning (ML)–powered service that helps improve developer productivity by generating code recommendations based on their comments in natural language and code in the integrated development environment (IDE).
AutoRegex
This website uses AI to automate generating Regex. It can also translate a given Regex to English.