Stephen Swanson

Hang in there...

Stephen Swanson

Category: Artificial Intelligence

  • Auto Tagger plugin

    Are you looking to streamline your SEO workflow without the hassle of manual tag generation? Introducing the Auto Tagger WordPress plugin, a revolutionary tool designed to enhance your content creation process effortlessly.What is Auto Tagger?Auto Tagger leverages advanced AI technology via the prompt.swantech API to generate SEO tags for your WordPress posts automatically. This plugin…

  • Browser-Based AI Object Detection

    Browser-Based AI Object Detection

    Select an image to detect objects in it. Images are not uploaded to server. This model is running in your browser! async function app() { // Get references to DOM elements inputElement = document.getElementById(“imageUpload”); predictButton = document.getElementById(“predictButton”); imageContainer = document.getElementById(“imageContainer”); predictionContainer = document.getElementById(“predictionContainer”); canvas = document.getElementById(“predictionCanvas”); // Add spinner const spinner = document.createElement(“div”); spinner.classList.add(“spinner”); imageContainer.appendChild(spinner);…