Code

Code – Numbers to find Divisible by 4

Problem Statement -To find if number is divisible by 4 Scope of work -Build a program to find a number which is divisible by 4 Challenges –    Finding the code for adding last three numbers. Execution …

Continue reading

Code – Numericals to words from 0 – 99999

Problem Statement -To find numerical to word from 0 – 9999 Scope of work -Build a program that converts Numericals to words. Challenges -Nil Execution Strategy -Write pseudocode -Write the code in …

Continue reading

Code – Numbers to find Divisible by 11

Problem Statement -To find if number is divisible by 11 Scope of work -Build a program to find a number which is divisible by 11 Challenges -Converting string to integer. Execution Strategy -Finding …

Continue reading

Code – Numbers to find Divisible by 9

Problem Statement -To find if number is divisible by 9 Scope of work -Build a program to find a number which is divisible by 9 Challenges -Finding the sum of digits of given number. Execution Strategy …

Continue reading

Code – Numbers to find Divisible by 8

Problem Statement -To find if number is divisible by 8 Scope of work -Build a program to find a number which is divisible by 8 Challenges -Last three digits numbers divisible by 8. Execution Strategy …

Continue reading

Code – Numbers to find Divisible by 4

Problem Statement -To find if number is divisible by 4 Scope of work -Build a program to find a number which is divisible by 4 Challenges -Finding the code for adding last three numbers. Execution …

Continue reading

Addition and subtraction of any two numbers

Problem Statement -Addition and subtraction of any two numbers Statement of work -Write a pseudocode -Write the code in python -Tested with edge cases Challenges – Nil Execution Strategy – Nil Value …

Continue reading

Object Detection

Problem Statement -Code for object detection Scope of work –  The code will show the names of any objects which it detects. Challenges – Running yolo framework and getting the rectangular frame for …

Continue reading

Number Plate Detection

Problem Statement -Code for number plate detection Scope of work – The code should check the vehicles number plate and show the details of that vehicle. Challenges – Β Β Β Running yolo framework and …

Continue reading

Helmet Detection

Problem Statement -Helmet detection code Scope of work –  The code should check if the person is wearing helmet or not. Challenges –    Running yolo framework and getting the rectangular frame for …

Continue reading