hauselin/ollama-r
R library to run Ollama language models
This is an R library that allows R users to interact with large language models (LLMs) running locally on their machine via Ollama. You can input text prompts or conversational histories and receive model-generated text, which can then be easily formatted into dataframes or other structures for further R analysis. It's for data scientists, statisticians, and researchers who use R for their data analysis and want to integrate LLM capabilities into their existing R workflows.
123 stars. No commits in the last 6 months.
Use this if you primarily work in R and need to incorporate local large language model interactions directly into your data analysis, text processing, or research tasks without leaving the R environment.
Not ideal if you prefer to work with LLMs through Python or JavaScript, or if you require cloud-based LLM services rather than local execution.
Stars
123
Forks
16
Language
R
License
—
Category
Last pushed
Jul 21, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/hauselin/ollama-r"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SillyTavern/SillyTavern
LLM Frontend for Power Users.
libre-webui/libre-webui
Privacy-first web interface for local AI models. Clean, minimal UI for Ollama with extensible...
chyok/ollama-gui
A single-file tkinter-based Ollama GUI project with no external dependencies.
matlab-deep-learning/llms-with-matlab
Connect MATLAB to LLM APIs, including OpenAI® Chat Completions, Azure® OpenAI Services, and Ollama™
ollama4j/ollama4j
A simple Java library for interacting with Ollama server.