Stars
If you want to become good at system design, join this newsletter now 👇
The code for the ebook Ray Tracing in One Weekend by Peter Shirley translated to CUDA by Roger Allen. This work is in the public domain.
A repository of simple projects related to ray tracing (path tracing).
Concise, performant data structures and algorithms in C++.
An end-to-end NLP project of mine.
Lists of company wise questions. Every csv file in the companies directory corresponds to a list of questions on leetcode for a specific company based on the leetcode company tags. Updated as of 20…
Contains Solutions and Notes for the Machine Learning Specialization By Stanford University and Deeplearning.ai - Coursera (2022) by Prof. Andrew NG
This is CS50x , Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming e…
CPGA refers to Competitive Programming Guide and Analyzer.
A Data Structure-based project developed in Java that simulates a metro system. The project features an Admin Panel for managing stations and a User Panel for displaying metro information. It demon…
This is a Java program that will take information (name) of the source station and the destination station, of Delhi Metro, from the user and display the fare and shortest metro route to reach the …
Detail-oriented C++ programmer with a focus on data structures, adeptly developed a comprehensive Delhi Metro System project. Demonstrated strong problem-solving skills, optimizing data organizatio…
A C++ DSA project implementing a metro network system using graph representation. Features include Dijkstra's algorithm for shortest path calculation, BFS for minimal intermediate stations, and hea…
DMRC NAVIGATION USING DSA PROJECT
Contains Company Wise Questions sorted based on Frequency and all time
Browser extension which parses competitive programming problems
An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT…
Hand Gesture Recognition using Convolution Neural Networks
SparshaSaha / Hand-Gesture-Recognition-Using-Background-Elllimination-and-Convolution-Neural-Network
Hand Gesture Recognition using Convolution Neural Network built using Tensorflow, OpenCV and python
MediaPipe(Python版)を用いて手の姿勢推定を行い、検出したキーポイントを用いて、簡易なMLPでハンドサインとフィンガージェスチャーを認識するサンプルプログラムです。(Estimate hand pose using MediaPipe(Python version). This is a sample program that recognizes hand signs and…