{"id":26260459,"url":"https://github.com/sawyerdeveloper/ai-calculator","last_synced_at":"2026-04-11T03:33:46.033Z","repository":{"id":280687788,"uuid":"942835759","full_name":"sawyerDeveloper/ai-calculator","owner":"sawyerDeveloper","description":"A calculator with AI inside of it.","archived":false,"fork":false,"pushed_at":"2025-03-13T20:02:57.000Z","size":380,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T21:24:00.054Z","etag":null,"topics":["ai","alogrithms","android","artificial-intelligence","artificial-intelligence-algorithms","clean-architecture","clean-code","data-structures","expo","expo-web","ios","react","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sawyerDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-04T18:51:18.000Z","updated_at":"2025-03-13T20:03:01.000Z","dependencies_parsed_at":"2025-03-04T19:47:10.624Z","dependency_job_id":null,"html_url":"https://github.com/sawyerDeveloper/ai-calculator","commit_stats":null,"previous_names":["sawyerdeveloper/ai-calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawyerDeveloper%2Fai-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawyerDeveloper%2Fai-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawyerDeveloper%2Fai-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawyerDeveloper%2Fai-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sawyerDeveloper","download_url":"https://codeload.github.com/sawyerDeveloper/ai-calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243495482,"owners_count":20299923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","alogrithms","android","artificial-intelligence","artificial-intelligence-algorithms","clean-architecture","clean-code","data-structures","expo","expo-web","ios","react","react-native"],"created_at":"2025-03-13T23:14:58.946Z","updated_at":"2025-12-30T22:40:36.553Z","avatar_url":"https://github.com/sawyerDeveloper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Calculator 👋\n[![Node.js CI](https://github.com/sawyerDeveloper/ai-calculator/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/sawyerDeveloper/ai-calculator/actions/workflows/node.js.yml)\n\n## Philosophy\nThis is a calculator app.  I wrote a calculator that shows everyone how LLM's actually work to do my part to reduce magical thinking.  Mine works better then most that cost money because I am using a deterministic model instead of a probabilistic model.  This model was ethically sourced unlike most modern LLMs and services and this is free.\n\n## Architecture\nI created a data structure/algorithm based on the concept of a MODEM(Modulate/Demodulate).\n\nThe 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.  Every computer has an embedded LLM called a Math Coprocessor that I am leveraging for results.\n\nIt is also fun to make a calculator. \n\nIt has a backend using the latest Expo API Routes https://docs.expo.dev/router/reference/api-routes/ and connects to a MongoDB database for storing calculations.\n\n## Get started\n\n1. Install dependencies\n\n\n   ```bash\n   npm install\n   ```\n2. Database Setup\n\n   Get setup with Atlas (MongoDB) https://www.mongodb.com/cloud/atlas/register free cluster.\n\n   Fill out the .env.example with your connection string and rename it to ```.env```.\n\n   Create a database called 'calculator' and a collection called 'calculations'.\n\n3. Start the app\n\n   ```bash\n    npx expo start\n   ```\n4. Choose the platform\n\n   Press w for web\n\n   Scan the QR code with your mobile device with Expo Go installed to see it live on device.\n   \n   Press i for ios simulator\n   \n   press a for android simulator\n\n## Run Tests\n\n   ```bash\n   npm run watch\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsawyerdeveloper%2Fai-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsawyerdeveloper%2Fai-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsawyerdeveloper%2Fai-calculator/lists"}