In this video I've created a device that can notify in real time about events that happen on a website. The project uses NodeMCU board and a buzzer to produce sound as alert. The board is programmed ...
Quadratic regression is a classical machine learning technique to predict a single numeric value. Quadratic regression is an extension of basic linear regression. Quadratic regression can deal with ...
Make sure Git and NodeJS is installed. Clone this repository to your local computer. Open terminal in root directory. Run npm install --legacy-peer-deps or yarn install --legacy-peer-deps. Now app is ...