Skip to content

ymcx/aiculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AIculator

A calculator that uses a locally hosted LLM instead of traditional arithmetic methods to solve mathematical expressions. Written in Rust with GTK4 and Libadwaita.

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

Installation

First, you'll need to have Ollama installed, as AIculator uses it to communicate with the LLM.

ollama pull tinyllama
ollama serve &

Clone and compile AIculator.

git clone https://github.com/ymcx/aiculator
cd aiculator
cargo run --release

Screenshot

Screenshot

About

A Libadwaita calculator powered by AI

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages