• Stars
    star
    8
  • Rank 2,092,384 (Top 42 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

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

Repository Details

An AI-based mobile application that is able to diagnose Parkinson's Disease using two independent tests that require only a pencil and a paper. Based on the 2017 research paper Distinguishing Different Stages of Parkinson's Disease Using Composite Index of Speed and Pen-Pressure of Sketching a Spiral by Zham et. al. The trained models were deployed using a Flask backend server, along with a Flutter based frontend mobile application frontend to interact with the REST API.

More Repositories

1

Driver-Drowsiness-Detection

A real-time drowsiness detection system for drivers, which alerts the driver if they fall asleep due to fatigue while still driving. The computer vision algorithm used for the implementation uses a trifold approach to detect drowsiness, including the measurement of forward head tilt angle, measurement of eye aspect ratio (to detect closure of eyes) and measurement of mouth aspect ratio (to detect yawning).
Python
105
star
2

Image-Forgery-Detection

A deep convolutional neural network for the detection as well as localization of the area of manipulation in forged images, bearing forgeries of simple as well as complex nature. Further along, the trained model is interfaced with a web application for users to interact with the model in a simple and effective manner, and finally, we also develop a chatbot for further easing the process of interaction with the model and effectively tackling the problem of fake news forwards in popular internet messaging platforms such as WhatsApp.
Python
8
star
3

Face-Recognition-Facenet-

An implementation of the Siamese Neural Network for facial recognition using one shot detection, that eliminates the requirement for the Neural Network to be trained each time a new image is added to the database. Trained using a Triplet Loss Function, it may even be used to perform the facial recognition with one training instance image.
Python
3
star
4

Crop-AI

A diagnostic AI-enabled mobile app which is able to classify upto 38 different plant diseases ranging for 14 crops and vegetables. The application makes use of the VGG-Net CNN architecture for the purpose of multi-class classification of the images of infected plant leaves. The trained model was then deployed using a Flask backend server, along with a Flutter-based frontend mobile application to interact with the REST API.
Python
3
star
5

Sorting-Visualizer

A web application for visualising Bubble Sort, Insertion Sort, Selection Sort, Merge Sort and Quick Sort. The application is developed in next.js application developed along with react.js for server side rendering of react js application for improved SEO and support for hardware resources constrained devices. The codebase is written in Typescript instead of Javascript for better code understandability and maintainability.
TypeScript
2
star
6

Crop-AI-Frontend

A diagnostic AI-enabled mobile app which is able to classify upto 38 different plant diseases ranging for 14 crops and vegetables. The application makes use of the VGG-Net CNN architecture for the purpose of multi-class classification of the images of infected plant leaves. The trained model was then deployed using a Flask backend server, along with a Flutter based frontend mobile application to interact with the REST API.
Dart
2
star
7

ASL-Sign-Language-CV

A webcam-based object detection model that uses an artificial neural network to label the American Sign Language (ASL) hand sign alphabets. This deep learning model makes use of the Faster-RCNN model architecture to perform the object detection, which is implemented using the Tensorflow framework.
Python
2
star
8

Translate-U

Translate U is capable of translating the text present in an image from one language to the other. The app uses OCR and Google translate to identify and translate across 80+ languages.
Python
1
star
9

Grid-Path-Finder

A web app for finding and visualizing the path between a source position and a destination position in a grid using Graph algorithms such as BFS, DFS, Dijkstra, etc.
JavaScript
1
star
10

Blind-Vision

Assisting blind people with the help of image-captioning via a smartphone app. The application makes use of two neural networks, a CNN-based image feature extractor, and an LSTM based sentence generator. The user is able to submit images to the app, which are fed to the CNN feature extractor. The extracted features are then fed to the LSTM network to generate the sentence that describes the image, which is then read aloud to the user.
HTML
1
star
11

Parkinsons-Detection-Frontend

An AI based mobile application which is able to diagnose the Parkinson's Disease using two independent tests that require only a pencil and a paper. Based on 2017 research paper Distinguishing Different Stages of Parkinson's Disease Using Composite Index of Speed and Pen-Pressure of Sketching a Spiral by Zham et. al. The trained models were deployed using a Flask backend server, along with a Flutter based frontend mobile application frontend to interact with the REST API.
Dart
1
star
12

kubectl-count

kubectl-count plugin, counts Kubernetes resource instances.
Go
1
star
13

gap-buffer

A Go implementation of the Gap Buffer data structure.
Go
1
star
14

Colorize

Colorize is a computer vision algorithm that is implemented as a feed-forward pass in a CNN at test time, that has been trained on a million images from the Imagenet dataset. The algorithm is able to fill vibrant and realistic colors to the black and white images to recreate a plausible colorized image. Based on the 2016 research paper by Zhang et al. "Colorful Image Colorization".
HTML
1
star
15

Neural-Style-Transfer

A neural style transfer algorithm which uses a CNN trained with a style-cost function. The style-cost function makes use of two images, the style-image and the content-image to produce an image which is the content-image re-drawn in the style of the style-image, referred to as the generated image. The generated-image thus resembles an artwork similar to the original content-image but bearing the style of the style-image.
HTML
1
star