• Stars
    star
    9
  • Rank 1,933,519 (Top 39 %)
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The solution is to build a Decentralised application on Blockchain using Ethereum to eliminate the problem of Fake Votes, so that the voting system becomes transparent and unbiased. This is possible by Blockchain where we can keep the vote counts and other electoral data protected. The application would consist of a list of eligible candidates for election and we, as a voter, using our unique account having a unique private key, can cast a single vote to the candidate. This would require some ether, but the "Fake Votes" problem can be eliminated.

More Repositories

1

Self-Driving-Car

Implemented a Convolutional Neural Network for end-to-end driving in a simulator using Tensorflow and Keras. The project involves training over 13,000 images in a unity3d simulator to steer the car successfully throughout the track
Python
29
star
2

Behavioral-Cloning-Project-P4

Behavioral Cloning Project for Self-Driving Car Nano Degree Term 1. The project includes designing a neural network and then training the car on the road in unity simulator. The CNN learns and clones the driving behavior.
Python
24
star
3

People-Counter-Application-Using-Intel-OpenVINO-Toolkit

The people counter application demonstrates how to create a smart video IoT solution using Intelยฎ hardware and software tools. The app will detect people in a designated area, providing the number of people in the frame, average duration of people in frame, and total count. This project is a part of Intel Edge AI for IOT Developers Nanodegree program by udacity.
JavaScript
20
star
4

Detecting-Lane-Lines-P1

Lane Finding Project for Self-Driving Car Nano Degree Term 1. Road Lane Lines are detected by using various image processing techniques like Grayscale, Blurring, Canny Edge Detection, Hough Transform and Masking.
Jupyter Notebook
16
star
5

Dog-Breed-Classification-Project-Using-Flask

Dog Breed classifier project of the Data Scientist Nanodegree by Udacity. A Web Application is developed using Flask through which a user can check if an uploaded image is that of a dog or human. Also, if the uploaded image is that of a human, the algorithm tells the user what dog breed the human resembles the most. The Deep Learning model distinguishes between the 133 classes of dogs with an accuracy of over 82.89%.
HTML
16
star
6

Advanced-Lane-Finding-P2

Advanced Lane Detection Project which includes advanced image processing to detect lanes irrespective of the road texture, brightness, contrast, curves etc. Used Image warping and sliding window approach to find and plot the lane lines. Also determined the real curvature of the lane and vehicle position with respect to center.
Jupyter Notebook
14
star
7

Disaster-Response-Pipeline

This Project is a part of Data Science Nanodegree Program by Udacity in collaboration with Figure Eight. The initial dataset contains pre-labelled tweet and messages from real-life disasters. The aim of this project is to build a Natural Language Processing tool that categorize messages.
Jupyter Notebook
8
star
8

Decentralized-Financial-Technology-for-Fund-Raising

Decentralized Financial Technology for Fund Raising on Ethereum using Blockchain Technology
JavaScript
7
star
9

Recommendations-With-IBM-Project

This project is a part of the Data Scientist Nanodegree by Udacity. It features an important collaboration with IBM, the provider of the dataset. The aim is to develop a recommendation engine and suggest new articles to the IBM Watson Community users.
HTML
6
star
10

Programming-Data-Structures-and-Algorithms-using-Python

Programming Assignments of the NPTEL course in Oct-2018.
Python
6
star
11

Plagiarism-Detector-Using-SageMaker

Second project of the Udacity Machine Learning Engineer Nanodegree program where a Plagiarism Detector is created using custom similarity features amongst source and answer file such as containment and longest common subsequence. Further, trained and deployed the model on Amazon Sagemaker.
HTML
6
star
12

Road-Lane-Finding-Application-Using-Flask

A Flask Application deployed over Google Cloud Platfrom to perform Advanced Lane Detection on Road Images which includes advanced image processing to detect lanes irrespective of the road texture, brightness, contrast, curves etc. Used Image warping and sliding window approach to find and plot the lane lines.
HTML
6
star
13

Traffic-Sign-Classifier-Project-P3

German Traffic Sign Classification Project for Self-Driving Car Nano Degree Term 1. A CNN is designed and trained to detect the traffic signs using the German Traffic Sign Dataset. The system is also tested on German traffic signs to measure its performance.
HTML
6
star
14

Digit-Recognition-App-JavaFX

Repository for Digit-Recognition Application using Neural Networks and JavaFX.
Java
5
star
15

Flask-Application-for-Spam-vs-Non-Spam-Classification

Deploying Flask app to Google Cloud Platform using App Engine for classifying Spam Messages
HTML
5
star
16

Goa-Monument-Prediction

Deep Learning Model for classifying Monuments in Goa Using Keras
HTML
4
star
17

prateeksawhney97.github.io

Personal Portfolio website version 2.0 hosted on GitHub.
JavaScript
4
star
18

Youtube-Video-Browser-Using-React

Video Browser App using Youtube API to search, play and list videos using React.
JavaScript
4
star
19

Motion-Planning-And-Decision-Making-for-Autonomous-Vehicles

C++
4
star
20

Sudoko-Game-Backtracking

Sudoku solver webapp!
HTML
4
star
21

Photo-Editor-Web-Application-Using-3D-Arrays

Photo Editor web application hosted on GitHub Pages. Developed using 3D arrays and JavaScript.
JavaScript
4
star
22

Extended-Kalman-Filter-Project-P5

The project includes Lidar and Radar data fusion. The radar measurement space being a non linear function requires linearization to apply Kalman Filter. This is done using Taylor series and Jacobian matrices in an Extended Kalman Filter approach.
C++
4
star
23

Deploying-a-Sentiment-Analysis-Model-on-Amazon-Sagemaker

Deploying a Sentiment Analysis Model on Amazon Sagemaker which consists of deploying a Sentiment Analysis model using Recurrent Neural Networks in the Amazon AWS SageMaker tool. The notebook and Python files provided here result in a simple web application which interacts with a deployed recurrent neural network performing sentiment analysis on movie reviews. In the final architecture AWS API Gateway and AWS Lambda functions is used as well.
HTML
4
star
24

Finding-Lane-Lines-Using-Sliding-Window

Implemented Sliding Windows and Fit a Polynomial on the warped Image
Python
3
star
25

cat-vs-noncat-classification-logistic

Logistic Regression Classifier to Recognize Cats.
Python
3
star
26

Kalman-Filter-for-tracking-a-pedestrian-in-2D

Implementation using only LASER (LIDAR) measurements to predict a pedestrian
C++
3
star
27

Flask-Application-for-Goa-Monuments-Prediction

A Flask Application deployed on Google Cloud Platform which uses Deep Learning Model for classifying Monuments in Goa Using Keras
HTML
3
star
28

JavaFx-BloodBank

Could be taken up by any BloodBank Organization.
Java
2
star
29

Spin-And-Win-Game-JavaScript

A Simple Spin & Win Game Using Phasor and JavaScript!
JavaScript
2
star
30

Programming-Data-Structures-and-Algorithms-Using-C

Programming Assignment Solutions for the Nptel Course 2018.
C
2
star
31

MNIST-Classification-Multinomial-vs-Gaussian-Naive-Bayes

Classification using Multinomial and Gaussian Naive Bayes
Jupyter Notebook
2
star
32

LeNet-5-Convolutional-Neural-Networks

Implementing the LeNet-5 neural network architecture to classify MNIST Digits
Jupyter Notebook
2
star
33

Decentralised-System-of-Banking

Creating a decentralised system of banking for fund raising, on Ethereum using blockchain technology.
JavaScript
2
star
34

Object-Detection-using-Template-Matching

Detecting Cars on the road using Template Matching
Jupyter Notebook
1
star
35

Finding-Corners-Using-OpenCV

Drawing corners in an image of a chessboard pattern.
Python
1
star
36

prateeksawhney97

1
star
37

Lottery-Smart-Contract-Ethereum

Ethereum Smart Contract that Models a Lottery.
JavaScript
1
star
38

Decentralized-Twitter-dApp

Decentralized Twitter Application using Embark
CSS
1
star
39

Camera-Calibration

Camera Calibration and Distortion Correction
Python
1
star
40

Personal-Portfolio-FreeCodeCamp

Responsive Web Design Projects - Personal Portfolio | FreeCodeCamp
CSS
1
star
41

Perspective-Transform-on-Camera-Images

Undistort and Transform Perspective
Python
1
star
42

Calculator-using-HTML-CSS-and-JavaScript

A simple calculator using JavaScript, HTML5 and CSS3
CSS
1
star
43

Canny-Edge-Detection-Lane-Lines

Detecting Lane lines by Canny Edge Detection
Python
1
star
44

DPS-Vertex-AI-Missions

DPS AI
1
star
45

Survey-Form-FreeCodeCamp-Project

Responsive Web Design Projects -A Survey Form | FreeCodeCamp
HTML
1
star
46

Behavioral-Cloning-Hill-Side-Track-2

Repository for Behavioral Cloning Project of Udacity Self Driving Car Engineer Nanodegree on Track 2
Python
1
star
47

DPS-Navigation-for-Blind-People

Navigation for Blind People using Object Detection
1
star
48

Machine_Learning

Base repository for 'Introduction to Machine Learning' by 'Andrew Ng' on Coursera.
MATLAB
1
star
49

MyBlog-App

The blog app made through the IMAD Mobile Application Development Module.
Java
1
star
50

Chuk-Norris-Jokes-application-using-Flask

A simple web application demonstrating the use of Data Acquisition using web API's in Flask. Extracted jokes from the Chuk Norris Database API i.e. http://api.icndb.com/jokes/{}. Given a specific joke 'ID', the web application returns the joke for the corresponding joke ID.
Jupyter Notebook
1
star
51

Snake-Game-OOPs-JavaScript

A Snake Game hosted on GitHub Pages based on OOPS, Data Structures and JavaScript.
JavaScript
1
star