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

https://github.com/sawyerdeveloper/ai-calculator

A calculator with AI inside of it.
https://github.com/sawyerdeveloper/ai-calculator

ai alogrithms android artificial-intelligence artificial-intelligence-algorithms clean-architecture clean-code data-structures expo expo-web ios react react-native

Last synced: 8 months ago
JSON representation

A calculator with AI inside of it.

Awesome Lists containing this project

README

          

# AI Calculator 👋

This is a calculator app. It doesn't need AI so instead I just wrote code that is AI.

I created a data structure/algorithm based on the concept of a MODEM(Modulate/Demodulate).

The complex data stream is stored and processed and then broken down into a simpler datatype after muxing like the foundational technology in LLM's and compilers.

It is also fun to make a calculator.

## Get started

1. Install dependencies

```bash
npm install
```

2. Start the app

```bash
npx expo start
```
3. Choose the platform

Press w for web

Scan the QR code with your mobile device with Expo Go installed to see it live on device.

Press i for ios simulator

press a for android simulator

## Run Tests

```bash
npm watch
```