RNDas Binary Recognizer Tutorial

- Ritesh N Das -

ML Model Making A Prediction

Home Screen

Welcome to RNDas Binary Recognizer. Let's get started quickly with the tutorial.
ML Model Making A Prediction

Different Components of Website

Interface Overview

  1. Pencil Tool: Select this tool to draw your binary numbers and mathematical symbols.
  2. Eraser Tool: Select this tool to erase any mistakes on the canvas.
  3. Clear Canvas Button: Clears the entire canvas for a fresh start.
  4. Compute Button: Processes the handwritten input and performs the binary operation.
  5. GitHub Repository Link: Redirects to the developer's GitHub repository for the source code and additional information.
  6. Drawing Canvas: The area where you draw binary numbers and symbols.
  7. Binary Operation Display: Shows the binary numbers and the result of the operation.
  8. Decimal Operation Display: Shows the decimal equivalent of the binary operation and its result.

How to Use the App

Step 1: Select the Pencil Tool

Click on the Pencil button to start drawing on the canvas.

Step 2: Draw Binary Numbers and Symbols

Use your mouse to draw binary numbers (0 or 1) and mathematical symbols (+, -, X, ÷) on the Drawing Canvas.

Ensure your handwriting is clear and distinct for accurate recognition.

Step 3: Correct Mistakes (Optional)

If you make a mistake, click on the Eraser button and erase the incorrect part on the canvas.

After erasing, you can switch back to the pencil tool to redraw the correct numbers or symbols.

Step 4: Clear the Canvas (Optional)

To clear the entire canvas, click on the Clear Canvas button. This will remove all drawings and allow you to start over.

Step 5: Compute the Operation

Once you have drawn the binary numbers and the operation symbol, click on the Compute button.

The app will process your handwriting and display the binary operation and its result in the Binary Operation Display.

The corresponding decimal values and their operation result will be shown in the Decimal Operation Display.

ML Model Making A Prediction

A Complete Prediction

Note:

Stay within the Canvas: Ensure that you do not move the mouse outside of the canvas area while drawing.

Grid Allocation: Write each digit or symbol within its allocated grid to ensure accurate recognition.

Standard Handwritten Conventions: Based on standard human handwritng conventions,
the following symbols have been alloted for arithmetic operations:

+ for addition
- for subtraction
X for multiplication
÷ for division