AIRun Stable Diffusion locally on a PC without using a GPU The purpose Usually, Stable Diffusion requires an Nvidia GPU (such as GeForce). Here, we will introduce how to ...2024.12.27AI
Applicationtry out the AivisSpeech text-to-speech app The purpose I'll try the free text-to-speech app AivisSpeech for Windows (it seems there's a Mac version as well). ...2024.12.04Application
JavaScriptCreating an image recognition web app using Teachable Machine. The purpose This article describes the creation of a web application using Teachable Machine, Google's AI model crea...2024.11.132024.11.29JavaScript
nodejsGemini and Node.js Playground Summary The purpose This is a summary of articles that use Gemini, Google's AI, with NodeJS. Official Art...2024.10.262024.11.29nodejs
nodejsImplement GUI for NodeJS+Gemini The purpose In the article below, I enabled the use of Gemini with NodeJS. However, since it lacks a GUI, it's ...2024.10.102024.11.29nodejs
nodejsImplementing Gemini in Node.js The purpose Use Google's generative AI, Gemini, with Node.js. Implementation Generate API key Go to the fo...2024.10.092024.11.29nodejs