Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/avikumar15/photographer
- Owner: avikumar15
- Created: 2019-10-24T06:02:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T08:21:37.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T04:08:56.179Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.