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.
- Host: GitHub
- URL: https://github.com/sawyerdeveloper/ai-calculator
- Owner: sawyerDeveloper
- License: other
- Created: 2025-03-04T18:51:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T20:02:57.000Z (8 months ago)
- Last Synced: 2025-03-13T21:24:00.054Z (8 months ago)
- Topics: ai, alogrithms, android, artificial-intelligence, artificial-intelligence-algorithms, clean-architecture, clean-code, data-structures, expo, expo-web, ios, react, react-native
- Language: TypeScript
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```