Skip to content
/ solvo Public

an AI-powered calculator app for iPad that combines advanced mathematical computations with intuitive handwriting recognition

Notifications You must be signed in to change notification settings

reblox01/solvo

Repository files navigation

Solvo - Ai Calculator

Solvo is an AI-powered calculator web app that brings the intuitive, handwriting-based calculation experience of the iPad to any device. Write equations naturally using your finger, stylus, or mouse, and get instant, step-by-step solutions for arithmetic, algebra, calculus, and more.

Features

  • Handwriting Recognition: Input equations by writing directly on the screen.
  • Instant Computation: Get immediate and accurate results for a wide range of math problems.
  • Step-by-Step Explanations: Follow detailed breakdowns to learn how each problem is solved.
  • Responsive Design: Fully accessible on desktops, tablets, and smartphones.
  • Interactive Learning: Perfect for students, professionals, and math enthusiasts.

Demo

Watch Solvo in action on YouTube (not available currently):
Solvo AI Calculator Demo

Installation

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn

Steps

  1. Clone the Repository:

    git clone https://github.com/yourusername/solvo.git
    cd solvo
  2. Install Dependencies:

    npm install
    # or
    yarn install
  3. Run the App:

    npm start
    # or
    yarn start
  4. Open in Browser:

Visit http://localhost:3000 in your web browser.

Usage

  • Input Equations: Write equations on the canvas using your preferred input method.
  • View Results: Solvo instantly recognizes your handwriting, computes the answer, and displays a step-by-step solution.
  • Learn: Click on individual steps for additional insights and explanations.

Technologies Used

  • Frontend: React.js
  • Backend: Node.js with Express (if applicable)
  • Machine Learning: TensorFlow.js (for handwriting recognition)
  • Styling: TailwindCSS, CSS/SCSS with modern UI libraries
  • Deployment: Vercel (or your preferred cloud service like Docker/Heroku)

Contributing

Contributions are welcome! To get started:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes and push your branch.
  4. Open a pull request with a clear description of your changes.

Please follow our Code of Conduct when contributing.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions, suggestions, or feedback, please open an issue or contact us at [email protected].

About

an AI-powered calculator app for iPad that combines advanced mathematical computations with intuitive handwriting recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published