Ayush Kesarwani (@Ayush12062000)

Top repositories

1

Orange-Fruit-Recognition-Using-Image-Segmentation

For the recognition of orange fruit, using edge detection and color detection method. And for this methodology, I used image segmentation. Input images are of the oranges which were captured at different lighting condition and used image segmentation to detect color of the image. Implementation is done in Python. In this system, the user will input an image of an orange. The model will convert the image from RGB to a grayscale image for further processing.
Jupyter Notebook
11
star
2

Data-Structures-and-Algorithms

<<<< All Solutions Here >>>>
C++
2
star
3

Real-Time-Emotion-Detection

Identifying Facial Emotions by detecting faces in real time using web cam.
Jupyter Notebook
2
star
4

Road_lane_Detection

Task is to identify Road either by Image processing technique or deep learning. There are multiple ways we can detect roads. We can use the learning-based approaches, such as training a deep learning model on an annotated video dataset or use a pre-trained model. However, I used simpler methods to detect road with the popular OpenCV library in Python. As we can observe there are several different things apart from the road in the frames/images. So, before processing those images I used the Frame mask technique to ignore unwanted objects, and then we are just left with roads in the image. After this, applied image thresholding for changing the pixel values in the image if they are greater then the threshold value and Hough line Transformation to detect lane but unfortunately in the images lanes drawn on the road were not that clear so, as I thought if I'll be able to detect lanes I can easily take their reference and mark the road with a polygon but this approach failed. Then I simply used Frame mask and image thresholding technique for further processing. I have processed the video in three parts as I wasn't able to process the whole video at once due to OUTOFMEMORYERROR (the system wasn't able to handle 3336 images at once) then after the images/frames have been processed and in each frame/image road is marked. Finally, I combined the frames into a video. Since I processed in three parts, I got three output videos. Then to get a final output video of the given input I used Moviepy library to merge these three videos into one.
Python
2
star
5

Face-Recognition-Attendance-Monitoring-System

Mini project
Python
1
star
6

Scala-Programming

Scala Stands for Scalable Language. From writing small scripts to building large systems ( Scala can do wide range of programming). It runs on Standard Java Platform and it interoperates Seamlessly with all java libraries. Scala is a blend of OOP and Functional programming concepts and is a statically typed language..
Scala
1
star
7

Bitcoin-Price-Prediction

Using Neural Networks to Forecast Bitcoin Prices
Jupyter Notebook
1
star
8

Fake_News_Detection

Used a Naive Bayes Classifier for text classification on real and fake news
Python
1
star
9

On-Road-Vehicle-Breakdown-Assistance-Group3

Spring Boot Application for on road vehicle breakdown assistance
Java
1
star