Client-Side Form Validation using JavaScript
Author(s): Vivek Chaudhary Originally published on Towards AI. The objective of this article is to learn how to perform form validations in JavaScript. For our learning purpose, I have designed an Employee Records Keeping website form using HTML, CSS, and JavaScript. All …
Virtual try-on Glasses with JavaScript
Author(s): Benson Ruan Originally published on Towards AI. Utilize AR and 3D for a seamless shopping experience Photo by Lisa Fotios from Pexel E-commerce has become an important part of our lives, offering convenience and accessibility. However, one significant challenge in online …
PyScript Is Ok-ish To Make Your Pages Interactive, but Only as a Last Resource if You Donβt Know Any Javascript
Author(s): LucianoSphere Originally published on Towards AI. PyScript is too slow and heavy, and it doesnβt support all the features and libraries you may want to use. Thereβs been a lot of hype these days about the possibility of running Python code …
Building Customized Chatbots for the Web Using gpt-3.5-turbo, the Real Language Model Behind ChatGPT
Author(s): LucianoSphere Originally published on Towards AI. Summary, source code ready to use, and an example chatbot to go play with right away OpenAI released yesterday API endpoints for Whisper, their speech recognition engine, and for GPT-3.5-turbo, which, as explained on their …
Implementing KNN Classification with TensorlFlow.js
Author(s): Jesse Langford Originally published on Towards AI. By New Africa In this article, I will show how to implement a K-Nearest Neighbor classification with Tensorflow.js. TensorFlow.js is an open-source library for machine learning, capable of running in the browser or on …
A GPT-3 Bot that Uses Pubmed Abstracts to Answer Science Questions
Author(s): LucianoSphere Originally published on Towards AI. By feeding GPT-3 with Pubmed abstracts, this GPT-3-powered chatbot can use the information contained in it to answer the userβs questions in a better way, also assisted by token probabilities to filter answers that might …
Elements for User-Tailored Web Apps for Interactive Visualization and Analysis of Cryptocurrency Data
Author(s): LucianoSphere Originally published on Towards AI. Through APIs and the rich tools of web programming, it is now possible to make stunningly complete web apps tailored for personalized goals. Discover an example web app with rich features and the main elements …