-
How to Generate AI Images from Prompts in JavaScript using Web Stable Diffusion
Jump to CodeStable Diffusion, a text-to-image AI model, generates high-quality images by iteratively transforming noise into visuals, with WebGPU enabling in-browser GPU acceleration for efficient and private local processing.
-
Building Web-Based Machine Learning Models Using TensorFlow.js
Jump to CodeTensorFlow.js provides a powerful way to build and deploy machine learning models directly in the browser.
-
Using Large Language Models (LLM) in the Browser with WebLLM
Jump to CodeWith WebLLM, you can bring AI to your web applications without needing a backend, making it a powerful tool for building private, responsive, and portable AI-powered solutions.
-
Exploring Math Libraries in JavaScript
Jump to CodeJavaScript offers a rich ecosystem of math libraries for different purposes - from basic arithmetic and matrix manipulation to high-precision arithmetic and symbolic computation.
-
Statistical Libraries in JavaScript
Jump to CodeA list of libraries in JavaScript for performing statistical analysis in the browser or in the backend.
-
Master Article on Scientific Computation in JavaScript
Jump to CodeThis article explores the diverse applications of JavaScript across various domains, including scientific computation, simulations, machine learning, fluid dynamics, equation solving, engineering design, data visualization, statistical analysis, bioinformatics, financial modeling, and robotics.
-
Advanced Image Manipulation Techniques in JavaScript using Fabric.js for XR
Jump to CodeFabric.js provides a rich set of features for advanced image manipulation in the browser. Whether you need to crop, resize, rotate, or apply filters, Fabric.js makes it easy to perform these operations with a simple API.
-
Using Scribbler for Unit Testing Web Apps With Mocha and Chai
Jump to CodeScribbler is a powerful tool for unit testing JavaScript code, APIs, and libraries. Its interactive environment, combined with the ability to dynamically load testing frameworks and libraries, makes it an ideal choice for developers.
-
Interactive Maps in JavaScript with Leaflet.js
Jump to CodeLeaflet.js provides a powerful and flexible framework for creating interactive maps on the web. With its simple API and extensive documentation, developers can easily integrate maps into their web applications and provide users with engaging and informative experiences.
-
Power of AI in the Browser with Pretrained TensorFlow.js Models
Jump to CodeTensorFlow.js empowers web developers to harness the full potential of machine learning directly within the browser environment. With its support for both model training and inference, developers can create powerful AI-driven applications without the need for extensive backend infrastructure.
-
Using Web Workers and Paralle.js for Parallel Computing in JavaScript
Jump to CodeFor developers looking to leverage the full potential of parallel computing in JavaScript, mastering the use of Web Workers is essential. This article discussed leveraging Web Workkers for parallel programming. It also gives examples of using Paralle.js library.
-
A Conparison of Underscore.js and Lodash, JavaScript Utility Libraries
Jump to CodeIn this article, we delve into the world of JavaScript utility libraries by comparing two popular choices- Underscore.js and Lodash. Through code examples and practical insights, this article aims to equip JavaScript developers with the knowledge to make informed decisions when choosing between Underscore.js and Lodash
-
Unleashing the Power of Lodash to Simplify JavaScript Development
Jump to CodeLodash is a popular JavaScript utility library that provides a collection of functions to help developers write concise and efficient code. It offers a wide range of utility functions, including ones for data manipulation, functional programming, and simplifying common tasks.
-
JavaScript Libraries for Image Processing
Jump to CodeOpen-source image processing libraries are invaluable assets in modern web development. Whether you are building a simple image editor, an advanced computer vision application, or a responsive e-commerce platform, these libraries provide the tools needed to deliver powerful functionality and seamless user experiences.
-
Numeric.js for Numerical Analysis and Linear Algebra in JavaScript
Jump to CodeNumeric.js is a JavaScript library that provides a range of numerical computing and linear algebra/matrix computing functionalities.
-
How to Use Underscore JS in JavaScript
Jump to CodeUnderscore JS provides several utilites and functions for quick development in JavaScript.
-
JavaScript Augmented Reality Frameworks and Libraries
JavaScript has several frameworks and libraries for AR with different functionalities and features.
-
Using Brain.js for Machine Learning
Jump to CodeBrain.js is a popular open-source JavaScript library for building neural networks useful for solving a wide range of problems.
-
Machine Learning in Javascript Using Tensoflow.js
Tensorflow.js is a powerful tool for doing maching learning in JavaScript.
-
Text Classification in JavaScript
Several text classification usecases can be easily implemented in JavaScript using a plathora of libraries.
-
Machine Learning in JavaScript
Python has been the main language for machine learning but JavaScript is good alternative especially for decentralized machine learning.