EvilPort2 / Sign-Language

A very simple CNN project.
759 stars 354 forks source link

Handle invalid operations #18

Closed shardul08 closed 5 years ago

shardul08 commented 5 years ago

Program used to stop suddenly if the user entered invalid math operation. Added try-except block to handle invalid operations and display an error message to the user stating "Invalid operation".