Tag: javascript
All the articles with the tag "javascript".
Demo of AI song covers using RVC (Retrieval-based Voice Conversion)
Published:Learn how this cutting-edge AI techonolgy transforms voices, play around with a live demo of ai song covers, discover creative applications of realistic voice cloning, and follow a step-by-step tutorial to create your own voice clone.
Why Hexagons are the MVP of Shapes (and How to Draw Them in JavaScript)
Published:In this post, we dive into why hexagons are the ultimate shape and how to draw them in JavaScript using the axial coordinate system. We cover the basics of hexagonal geometry and provide code to tile hexagons on an HTML5 canvas.