parthsompura's Stars
ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
500 AI Machine learning Deep learning Computer vision NLP Projects with code
sourcerer-io/sourcerer-app
🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
AliShazly/sudoku-py
An augmented reality sudoku solver using OpenCV
hblackmcn/LubmerJack-automation
The code which plays LumberJack game for you
parthsompura/Social-Distancing-Detector
An AI Tool to Help Customers Monitor Social Distancing in the Workplace.
parthsompura/Disease-prediction-using-Machine-Learning
Implementation of various machine learning algorithms to predict the disease from symptoms.
parthsompura/The-best-classifier
In this notebook I have tried to use all the classification algorithms that I have learned in Machine Learning with Python course authorized by IBM.
parthsompura/Applied-Data-Science-Capstone-Project
This capstone project will give you a taste of what data scientists go through in real life when working with data.
parthsompura/Face-Recognition
The simplest android application which recognizes the faces from image.
parthsompura/Text-Detection
The simplest android application which recognize the text from the image.
parthsompura/Ceramika
Ceramika is an online dynamic web app which provides users a way to purchase and manage ceramic products at one place. It is an online e-commerce platform for ceramic products.
parthsompura/Real-time-object-detection-with-deep-learning-and-OpenCV
This project is the implementation of Real time Object detection in video with deep learning and OpenCV.
parthsompura/Ciphers
Implementation of various cipher algorithms
parthsompura/Corona-Virus-Live-Updates-for-India-Using-Python
This Python script fetches the live data from Ministry of Health Affairs Official Website. Then data is represented in the horizontal bar graph.
parthsompura/Data-Structures
Stack, Queue, Linked List & Binary Search Tree
parthsompura/Google-Dinosaur-Game-using-Gesture-Recognition
This is an implementation of Google's Dinosaur Game using Gesture Recognition which uses hand gestures for making the jump and running of the dinosaur.
parthsompura/Search
Linear Search, Binary Search, Binary Search with Recursion
parthsompura/Sort
Bubble Sort, Selection Sort, Insertion Sort, Merge Sort & Quick Sort