Open in app
Home
Notifications
Lists
Stories

Write
Guhan
Guhan

Home

Jan 2

Basic Racket programs : Scheme , SICP

SICP-racket-basic — The Racket language is a modern dialect of Lisp and a descendant of the Scheme. It is designed as a platform for programming language design and implementation. Basic racket programs of SICP course 1. Factorial Recursive.rkt ``` #lang racket (define (factorial n) (if (= n 1) 1 (* n (factorial (- n…

Racket

2 min read

Basic Racket programs : Scheme , SICP
Basic Racket programs : Scheme , SICP

Dec 30, 2021

Yoga-Pose-Classifier

Description An ML model that classifies yoga pose into 4 most famous asanas namely downward dog, plank pose, tree pose, goddess pose, and warrior-2 pose using Mediapipe Blazepose for feature extraction. DataSet Dataset is a combined Dataset of : https://www.kaggle.com/niharika41298/yoga-poses-dataset https://sites.google.com/view/yoga-82/home The combined dataset contains- 900 + diverse images (Children Women and…

Machine Learning

5 min read

Yoga-Pose-Classifier
Yoga-Pose-Classifier

Dec 30, 2021

Smart Door Lock System using esp32-cam and Telegram chatbot

Home automation gives you access to control devices in your home from a mobile device anywhere in the world. One of the biggest advantages of home automation is that it keeps your abode safe, and prevents accidental fires, water leaks, gas leaks, and other disasters. This project shows how we…

Telegram

2 min read

Smart Door Lock System using esp32-cam and Telegram chatbot
Smart Door Lock System using esp32-cam and Telegram chatbot
Guhan

Guhan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable