/Image-Calculator

Image based Calculator

Primary LanguagePHP

Mobile Camera Based Calculator for Mobile Devices

Android Code available at https://github.com/tusharvikky/Image-Calculator-Android

Requirements for 'development Server'

  1. Basic Requirements as noted down by Lumen Framework
  2. MATLAB with CLI available. (w/ OCR Capabilities)
  3. Android Studio. (to update your Server IP)

Instruction

  1. Start Lumen Framework to listen to a particular IP by,
php artisan serve --host <Your IP here>
  1. MATLAB Codes are self explanatory. Location: public/matlab

  2. Sample Images are available at Location: public/matlab/imgs

  3. Basic routing available at Location: app/Http/routes.php

  4. Equation should be at the middle of the image (approx.) and should be bold enough.

For help on routing. Please browse Framework Documentation.

Documentation for the framework can be found on the Lumen website.

Disclaimer

This is just for Learning purposes, if you want to build this for production. I recommend you to rewrite the complete code using OpenCV.

License

The Lumen framework is open-sourced software licensed under the MIT license

The MIT License (MIT)

Copyright (c) 2015 Tushar Deo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.