Puneet Arora's repositories
CartoonifyVideo-opencv-kmeans
This project converts a video stream to a cartoonized version using OpenCV and K-means clustering. I have used 10 clusters for this project. The project also has relevant comments to make the code understandable.
Color-Detector
In this project, I used OpenCV(Python) to build a Color Detector.
Sentiment_Classifier
This project aims to combine Machine Learning with a Graphical User Interface. It takes a review/feedback as an input from the user through a Graphical User Interface and passes the review/feedback into our already trained Machine Learning model and then our model will predict if the feedback is Positive or Negative and even give us the probabilities of the feedback being Positive and Negative. We then present all of the information in a nice presentable manner to the user.