Skip to content

ymcx/aiculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIculator

Banner


Description

A simple terminal application that uses artificial intelligence to solve mathematical equations. It is based on Ollama, which you need to have installed to run the LLM locally.

Inspired by this project I found on Hacker News a while back.


It's not afraid to hallucinate

$ ollama serve &
$ ./AIculator 2 + 2 / 2 | cowsay
 ____________________
< 1.5707963267948966 >
 --------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Every answer is unique

$ ./AIculator 2 + 2 / 2 | cowsay
 ___
< 2 >
 ---
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Breathtaking efficiency SPEED

Time measured using GNU AWK's time utility

echo "$((20+5))" AIculator 20 + 5
0m0.000s 0m11.041s

About

A terminal calculator that uses AI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages