Giter Club home page Giter Club logo

Vandit Gajjar's Projects

4-wheel-based-robot-control-using-custom-remote- icon 4-wheel-based-robot-control-using-custom-remote-

This project is all about to control the 4-based hybrid robot using custom remote. Basically coding has been done on python and the processor used for the project is Raspberry-PI, first we have define the pins in which are some input pins for buttons and some output pins for motors and we have made code according to that so we can change the motor speed according to given PWM, and also we have added a special button for which if in emergency the robot won't stop then with help of the button the power will be discarded from the motors.

algorithm-and-data-structures icon algorithm-and-data-structures

This repository contains some of the basic, intermediate and advanced algorithm replication in multiple languages (mostly in JAVA, C++, Python, and C#).

aws-ml icon aws-ml

This repository contains course material, codes, and other components for the AWS ML Foundation Course Scholarship from Udacity.

azure-ml icon azure-ml

This repository contains course material, codes, and other components for the Azure ML Foundation Course Scholarship from Udacity.

beyond-part-models icon beyond-part-models

PCB of paper: Beyond Part Models: Person Retrieval with Refined Part Pooling, using Pytorch

canny-s-edge-detection-with-reduced-noise-and-gaussian-blurred-effects icon canny-s-edge-detection-with-reduced-noise-and-gaussian-blurred-effects

Canny Edge Detection is a popular edge detection algorithm. It is a multi-stage algorithm. Since edge detection is susceptible to noise in the image, first step is to remove the noise in the image with a 5x5 Gaussian filter. Smoothed image is then filtered with a Sobel kernel in both horizontal and vertical direction to get first derivative in horizontal direction and vertical direction. After getting gradient magnitude and direction, a full scan of image is done to remove any unwanted pixels which may not constitute the edge. For this, at every pixel, pixel is checked if it is a local maximum in its neighborhood in the direction of gradient. we need two threshold values, minVal and maxVal. Any edges with intensity gradient more than maxVal are sure to be edges and those below minVal are sure to be non-edges, so discarded. Those who lie between these two thresholds are classified edges or non-edges based on their connectivity. If they are connected to "sure-edge" pixels, they are considered to be part of edges. Otherwise, they are also discarded.

comp-sci-7015---software-engineering-and-project icon comp-sci-7015---software-engineering-and-project

This repository contains assignment, quizes and practical exam solutions for one of my postgraduate subjects of COMP SCI 7015 - Software Engineering and Project. The programming language is either C, C++, or Python.

comp-sci-7059---artificial-intelligence icon comp-sci-7059---artificial-intelligence

This repository contains assignment and practical exam solutions for one of my postgraduate subjects of COMP SCI 7059 - Artificial Intelligence. The programming language is Python.

comp-sci-7064---operating-systems icon comp-sci-7064---operating-systems

This repository contains assignments and solutions for one of my postgraduate subjects of COMP SCI 7064 - Operating Systems. The programming language is C++.

comp-sci-7081---computer-systems icon comp-sci-7081---computer-systems

This repository contains assignments, quizzes, workshops, and practical exam solutions for one of my postgraduate subjects of COMP SCI 7081 - Computer Systems. The programming language will be HDL.

comp-sci-7201---algorithm-data-structure-analysis icon comp-sci-7201---algorithm-data-structure-analysis

This repository contains assignment, tutorials, practical exam and solutions for one of my postgraduate subjects of COMP SCI 7201 - Algorithm Data Structure Analysis. The programming language is C++ and some solutions will be in Python and JAVA.

comp-sci-7315---computer-vision icon comp-sci-7315---computer-vision

This repository contains assignment, workshops and their solutions for one of my postgraduate subjects of COMP SCI 7315 - Computer Vision. The programming language is Python and report is written in LateX.

cv-template icon cv-template

This repository contains a CV template created in Latex.

digital-signal-processing-filter-design icon digital-signal-processing-filter-design

In signal processing, a digital filter is a system that performs mathematical operations on a sampled, discrete-time signal to reduce or enhance certain aspects of that signal. This is in contrast to the other major type of electronic filter, the analog filter, which is an electronic circuit operating on continuous-time analog signals. A digital filter system usually consists of an analog-to-digital converter to sample the input signal, followed by a microprocessor and some peripheral components such as memory to store data and filter coefficients etc. Finally a digital-to-analog converter to complete the output stage.

hackerrank_30_days_code icon hackerrank_30_days_code

This repository contains solutions of hackerrank's 30 days of code challenge. the solutions will be in multiple languages.

hhl icon hhl

Generalizing A Person Retrieval Model Hetero- and Homogeneously ECCV 2018

leetcode icon leetcode

This repository contains solutions for Leetcode - The World's Leading Programming Learning website. The programming language will vary depending on the problem-solving strategy and convenience, but most solutions will be in python.

leetcode-questions icon leetcode-questions

Leetcode question list by companies, includes the premium questions. December 2019 updated

mobile-jammer icon mobile-jammer

A mobile phone jammer is an instrument used to prevent cellular phones from receiving signals from base stations. When used, the jammer effectively disables cellular phones. These devices can be used in practically any location, but are found primarily in places where a phone call would be particularly disruptive because silence is expected.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.