Shubhra Deshpande's repositories

libraryForStereoVision

Recreated the OpenCV library function for stereo vision, Homography matrix and segmentation from scratch using python

Language:PythonStargazers:1Issues:0Issues:0

TaskMe

A cross platform mobile application, a sub-board, that lets you post the daily small chores that don't need professional skills and anyone can pick them up for you.

Language:DartStargazers:1Issues:0Issues:0

TomJerryGame

Tom and Jerry game is based on reinforcement learning. Tom is supposed to learn the best and efficient most path to reach Jerry in the 5 x 5 mesh by learning every possible path. Developed a game in python where Tom cognitively learns the best strategy to reach Jerry using Deep Q-network (DQN) of R.L. The agent uses Q-table to understand the rewards or punishments.

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

alexa_base_skill

Base code for developing an Alexa skill.

Language:PythonStargazers:0Issues:0Issues:0

alfcapp

App for Aurangabad Football Network

Language:DartStargazers:0Issues:0Issues:0

Autotranscription

Designed the Wireframes (Lo-fi) sketches on Autodesk Sketchbook. Created the Wireframes (Hi-fi) on Adobe XD. The prototyping is also done in Adobe XD.

Language:HTMLStargazers:0Issues:0Issues:0

aws_rekognition_flutter

The python script runs over aws lambda, being powered by serverless. AWS image Rekognition microservice supports face comparision and the json file is read in flutter app as deployment

Language:PythonStargazers:0Issues:0Issues:0
Language:DartStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

aws-cloudformation-resource-providers-ecr

The CloudFormation Resource Provider Package For Amazon ECR

License:Apache-2.0Stargazers:0Issues:0Issues:0

documentation

The source for Datadog's documentation site.

Language:JavaScriptLicense:NOASSERTIONStargazers:0Issues:0Issues:0
Language:DartStargazers:0Issues:0Issues:0

edge_detection

We see that image is a two dimensional array of pixels. The task of edge detection is performed using sobel operator. Operating sobel operator on image and collecting the edges in ‘x’ and ‘y’ direction, program calculates the norm i.e. root mean square distance of every pixel of both matrices and define the resulting pixel as edge defining agent. Very crude method of logical hard coding is used to complete this task hence no external library has been used. The task can be seen as collection of three main functions -Defining kernels or sobel filters for X and Y direction -Defining convolution function -Calculating norm Defining Kernels: Functions kernel-x(), kernel_y() define sobel operators as shown in figure 1.a the sobel operator Kernel Gx filters out all the Y leading points and hence giving horizontal subpart of the image Kernel Gy filters out all X leading points and gives vertical defining edges

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

flutter_python_poc

This app is a small demo about wiring up python files with dart specifically flutter app and flash the output

Language:DartStargazers:0Issues:0Issues:0

HandwrittenDigitRecognizer

Continued the project of UB of detecting and recognizing the handwritten digits in the address space over the letterhead in USPS data. - The convoluted neural network (CNN) was implemented with tensorflow in python. - The accuracy of the model was increased to 49%

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:DartStargazers:0Issues:0Issues:0

houghTransformUsingPython

We have a predefined library for implementing Hough transform in OpnCV. But this project delivers the developed library function for edge and circle detection using Hough transform algorithm in python.

Language:PythonStargazers:0Issues:0Issues:0

kmean_clustering_baboon

K mean is implemented using dictionaries. The project contains two code files. The first code, k_points.py, is for the simple k mean clustering applied on few random points. The second code file named k_baboon.py contains k mean clustering code for clustering the famous baboon image into 3,4 and 5 clusters respectively.

Language:PythonStargazers:0Issues:0Issues:0

move_child_to_room_alexa-skill

move child/ children from one room to other room

Language:PythonStargazers:0Issues:0Issues:0

personalized_video_suggestion

Personalized Video Summarization. Where given an android app, the user can watch selected youtube videos and then group them into different clusters (just like bookmarking). These user preferences are learnt by the clustering algorithm to adjust the boundaries of clusters so that better video suggestions could be given to the user.

Language:DartStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

SurveyGuide

App created in flutter that lets you take small surveys

Language:DartStargazers:0Issues:0Issues:0

UniqueAuthorRecognition

The author of the handwritten sample was predicted by handwriting analysis using CNN with Keras. The project is also implemented with logistic regression and linear regression using nonlinear gaussian basis functions.

Language:PythonStargazers:0Issues:0Issues:0

Validity_challenge

web page displaying the duplicates in the csv records

Language:PythonStargazers:0Issues:0Issues:0

youtube_8m_video-id

get youtube video links from youtube 8M tfrecord files

Language:ShellStargazers:0Issues:0Issues:0