https://github.com/fishesarethings/web4ollama
Ollama Chatbot - GitHub Pages Frontend This project provides a static frontend for an Ollama-based chatbot, hosted on GitHub Pages. All AI processing happens locally on the user’s machine via Ollama (http://127.0.0.1:11434). ⚠️ No AI runs on GitHub Pages. The owner is not responsible for usage. No legal action can be taken.
https://github.com/fishesarethings/web4ollama
ai chatbot local ollama ollama-api private ui website
Last synced: about 2 months ago
JSON representation
Ollama Chatbot - GitHub Pages Frontend This project provides a static frontend for an Ollama-based chatbot, hosted on GitHub Pages. All AI processing happens locally on the user’s machine via Ollama (http://127.0.0.1:11434). ⚠️ No AI runs on GitHub Pages. The owner is not responsible for usage. No legal action can be taken.
- Host: GitHub
- URL: https://github.com/fishesarethings/web4ollama
- Owner: fishesarethings
- License: unlicense
- Created: 2025-02-19T08:15:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T08:52:43.000Z (over 1 year ago)
- Last Synced: 2025-06-12T18:32:15.206Z (about 1 year ago)
- Topics: ai, chatbot, local, ollama, ollama-api, private, ui, website
- Language: HTML
- Homepage: https://fishesarethings.github.io/Web4Ollama/
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Ollama Chatbot - GitHub Pages Frontend & Local Processing**
## **Overview**
This is a simple chatbot interface for **Ollama**, designed to run as a **static frontend on GitHub Pages**.
⚠️ **Important:** Since GitHub Pages **cannot run AI models**, the chatbot requires a **local Ollama server** for backend processing.
## **How It Works**
1. The frontend is deployed on GitHub Pages.
2. The chatbot connects to a **locally running Ollama server** (`ollama serve`).
3. Messages are sent to **http://127.0.0.1:11434**, and responses are generated by Ollama.
## **Setup Instructions**
### **1️⃣ Install & Run Ollama Locally**
#### **Install Ollama**
- **Windows:** Download from [Ollama's Website](https://ollama.ai).
- **Linux/macOS:** Run:
```sh
curl -fsSL https://ollama.ai/install.sh | sh
### **2️⃣ Open website**
#### **Open website**
- **Go to:** https://fishesarethings.github.io/Web4Ollama/