Nisha Gandhi (@nishagandhi)
  • Stars
    star
    239
  • Global Rank 104,700 (Top 4 %)
  • Followers 104
  • Following 3
  • Registered over 7 years ago
  • Most used languages
    Python
    90.9 %
    MATLAB
    9.1 %
  • Location πŸ‡ΊπŸ‡Έ United States
  • Country Total Rank 25,826
  • Country Ranking
    Python
    4,712
    MATLAB
    7,414

Top repositories

1

DrowsyDriverDetection

This is a project implementing Computer Vision and Deep Learning concepts to detect drowsiness of a driver and sound an alarm if drowsy.
Python
113
star
2

OpenPose_PythonOpenCV

A simple code demonstrating real-time Pose Estimation in webcam using OpenPose Python and OpenCV
Python
53
star
3

Face-Detection-and-Tracking

Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Python
29
star
4

detect_those_corners

Detecting important corners in images and real-time video using Harris Corner Detector. and Shi-tomasi corner Detector
Python
12
star
5

Binary-Segmentation

An interactive semi-automatic binary segmentation model. Implemented in OpenCV 3.3.0 and Python 2.7
Python
10
star
6

Panoramas-and-Image-Alignment

Computer Vision Project, stitching different perspective images into a single smooth panorama using Laplacian Blending.
Python
10
star
7

Histogram-Filters-Blending

This project implements histogram equalization, low-pass and high-pass filter, and laplacian blending of images.
Python
6
star
8

MachineLearning

MATLAB
1
star
9

The-Searching-Pacman

In this project, the Pac-Man agent finds paths through its maze world, both to reach a particular location and to collect food efficiently. Search algorithms such as Depth First Search, Bread First Search, Uniform Cost Search and A-star search are applied to Pac-Man scenarios.
Python
1
star
10

Golomb-Ruler

This project implements Constraint Satisfaction Problem (CSPs). Plain Backtracking, Backtracking + Forward Checking are used to solve CSPs.
Python
1
star
11

MultiAgent-Pacman

In this project, agents are designed for the classic version of Pacman, including ghosts. Mini-max, Alpha-Beta pruning, Expectimax techniques were used to implement multi-agent pacman adversarial search.
Python
1
star