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
96 stars 145 forks source link

Issue : Digit Recognition-Create a model that can recognize handwritten digits. I can use the MNIST dataset, preprocess the images, and apply classification algorithms like Support Vector Machines, K-Nearest Neighbors, or Convolutional Neural Networks (CNNs) for accurate digit recognition. ( GSSOC'23) #704

Open malikamujahid opened 11 months ago

malikamujahid commented 11 months ago

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

As a participant in GSSOC'23, I would like to suggest a feature request related to the digit recognition model using the MNIST dataset. The current implementation may lack a user-friendly interface for users to interact with the model effectively. This can lead to frustration and difficulties in utilizing the digit recognition functionality.

Describe the solution you'd like

To address this problem, I propose the development of a user-friendly interface that allows users to:

Draw digits Upload images Display predictions By incorporating this user-friendly interface, participants in GSSOC'23 and other users can easily interact with the digit recognition model, making it more accessible and enjoyable to utilize.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct