phronmophobic/llama.clj
Run LLMs locally. A clojure wrapper for llama.cpp.
This project helps Clojure developers integrate and run large language models (LLMs) directly on their own machines, rather than relying on cloud services. You provide a prompt and a local LLM model file, and it generates text responses. This is ideal for Clojure programmers who need to embed AI capabilities into their applications.
173 stars.
Use this if you are a Clojure developer building applications and need to use LLMs offline, maintain data privacy, or avoid API costs.
Not ideal if you are not a Clojure developer or if you prefer using cloud-based LLM services for their simplicity and scalability.
Stars
173
Forks
10
Language
Clojure
License
MIT
Category
Last pushed
Dec 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/phronmophobic/llama.clj"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ludwig-ai/ludwig
Low-code framework for building custom LLMs, neural networks, and other AI models
withcatai/node-llama-cpp
Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema...
mudler/LocalAI
:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and...
zhudotexe/kani
kani (カニ) is a highly hackable microframework for tool-calling language models. (NLP-OSS @ EMNLP 2023)
SciSharp/LLamaSharp
A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.