Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avikumar15/photographer

Android App that graphs and solves an equation whose input is an eqaution either typed or clicked.
https://github.com/avikumar15/photographer

Last synced: about 1 month ago
JSON representation

Android App that graphs and solves an equation whose input is an eqaution either typed or clicked.

Awesome Lists containing this project

README

        

# Photo Grapher

Android App that graphs and solves an equation whose input is an eqaution either typed or clicked.

## Introduction

Graphing and solving an equation can be made simple by Photo Grapher. Typing out a big maths equation at times may feel silly and tiring. Photo Graphy allows you to write such big equations (instead of type), and click a pic containing the equation to be later scanned using the Mathpix API or Google Vision API. User, however, should be given the conventional option of typing out an equation. Along with the graph, roots and critical points should be mentioned.

## Installation

```bash
git clone https://github.com/avikumar15/PhotoGrapher
```

## Current Status

The initial code of the app consists of the main activity and an activity which uses the phone's camera. Main Activity has a EditText with a camera icon. On clicking camera icon, the camera activity is launched.

## Building the app

Open the Photo Grapher directory in Android Studio to build the application.

## Issue Management

The main purpose of this repository is to continue to evolve Photo Grapher core, making it faster and easier to use. Development of Photo Grapher happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Photo Grapher.

## Contribution Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.