There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Cracking-the-Coding-Interview
Learn how to uncover the hints and hidden details in a question, discover how to break down a problem into manageable chunks, develop techniques to unstick yourself when stuck, learn (or re-learn) core computer science concepts, and practice on 189 interview questions and solutions.InterviewBit-Topicwise-Solutions
The repository contains solutions to various problems on interviewbit. The code is merely a snippet (as solved on InterviewBit) & hence is not executable in a c++ compiler. The code written is purely original and completely my own.LeetCode-Topicwise-Solutions
The repository contains solutions to various problems on leetcode. The code is merely a snippet (as solved on LeetCode) & hence is not executable in a c++ compiler. The code written is purely original and completely my own.Cheat-Sheets
A cheat sheet can be really helpful when you're trying a set of exercises related to a specific topic, or working on a project. Because you can only fit so much information on a single sheet of paper, most cheat sheets are a simple listing of syntax rules. This set of cheat sheets aims to remind you of syntax rules, but also remind you of important concepts as well.System-Design
System design always seemed quite far from reach because the knowledge available online either is too shallow or basic, or quite high level. Facing challenges head-on and building robust systems. If you feel the same, then this repository is perfect for you!Attendance-Using-Face-Recognition
Human face detection and recognition is an important technology used in various applications such as video monitor system. Traditional method for taking attendance is Roll Number of student and record the attendance in sheet which takes a lot of time. Because of that systems like automatic attendance is used. To overcome the problems like wastage of time, incorrect attendance, the proposed system gives a method like when he enters the class room , system marks the attendance by extracting the image using Principal Component Analysis algorithm. The system will record the attendance of the student automatically. The student database is collected, it includes name of the students, there images and roll number. It carries an entry in log report of every student of each subject and generates a PDF report of the attendance of the student.Virtual-Assistant-Using-Google-API-In-Python
An attempt to make a very simple, Personal Assistant that understands speech as well as text input and is capable of performing tasks other than conversing. It performs basic functionalities with required internet connection.Capture-Multiple-Images-Using-Python-Script
This contains script for capturing images continuously.This was needed for Attendance using Facial Recognition project for training face recognition model with good accuracy.Counting-Fingers-Using-Image-Processing-In-MATLAB
This project used Matlab and the Centre for Image Processing and Analysis VSG toolbox to count the number of fingers on a number of hands by using geometric isolation to cut off the palm, converting the picture to black and white and counting the resulting number of white strips (fingers).Product-Security-System
This repository consists of a Database Management Project which will help people peoples to find anything they have lost. The idea behind is project is small scale thus it can be implemented on the places like universities etc.Love Open Source and this site? Check out how you can help us