The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
95 stars 144 forks source link

Cross stitch pattern finder #549

Open issac5693 opened 1 year ago

issac5693 commented 1 year ago

Is your feature request related to a problem? Please describe.

Cross stitching is a form of embroidery that involves creating decorative patterns or designs by sewing X-shaped stitches onto fabric. When you want to create an embroidery of a picture/image you'll have to first create a simplified sketch of it ie...you can't embroide that image with the same exact colors, cause there'll be a lot of them. Take a look at this image, we can see that this image consist of a lot of colors. Its difficult to embroide this image cat

Describe the solution you'd like

The above mentioned problem can be solved by using machine learning ie.. the K means algoritm can be used to reduce the complexity/no0fColors by image quantisation cat

Describe alternatives you've considered

I personally think that this is the most effective solution🙂

Additional context

after and before cat cat

Code of Conduct

issac5693 commented 1 year ago

It would be great if you assign me this issue! please label it under gssoc23 and the appropriate level thanks in advance

khusheekapoor commented 1 year ago

@issac5693 - you can go ahead! We are assigning you 21 days for this project, after which it will be assigned to someone else if not completed. All the best! Name the file as: algorithm_dataset.ipynb and link it in the readme of the labeled directory as algorithm - dataset.