Giter Club home page Giter Club logo

calculusocr's Introduction

CalculusOCR

Introduction

CalculusOCR is a Python package designed to simplify the process of converting handwritten calculus expressions into LaTeX code, converts then into Sympy equation and solving them.

Key Features

  1. OCR-Powered Input: Easily convert images containing handwritten calculus expressions into a digital format.

  2. SymPy Integration: Utilize SymPy's mathematical capabilities to perform calculations on LaTeX code generated from handwritten expressions.

  3. Versatile Problem Handling: Solve a wide range of calculus problems, including derivatives, integrals, limits, and complex mathematical expressions.

Applications:

  • Educational Materials: Create assignments, quizzes, tests, or exams with handwritten calculus problems.
  • Research and Reporting: Incorporate complex calculus equations and formulas into research papers, reports, or presentations.
  • Problem Solving: Solve challenging calculus problems using Python .
  • Teaching and Learning: Enhance calculus education through interactive notebooks or online platforms.

License

CalculusOCR is licensed under the MIT License.The full text of the MIT License in the LICENSE file.

Installation

To install CalculusOCR using pip:

pip install CalculusOCR

Importing the Package

from CalculusOCR import *

OCR-Powered Conversion

Convert a handwritten calculus expression image into LaTeX code:

LaTeX = getlatex("<handwritten_expression.jpg>")

Solving Sympy Equation

Use SymPy to perform mathematical operations:

solution = sympy_solve(<SympyEquation>)

Solving Calculus Problems

Use solveimage() to perform mathematical operations in the given image:

SympyEqn, solution = solveimage("<calculus_expression.jpg>")

Contributing

Whether you have ideas, translations, design changes, code cleaning, or even major code changes, help is always welcome. The app gets better and better with each contribution, no matter how big or small! If you'd like to get involved, check our contribution notes.

Please note that all participants in this project are expected to follow our Code of Conduct. By participating in this project you agree to abide by its terms. See CODE_OF_CONDUCT.md.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.