Rias is a privacy-focused AI chatbot built using Node.js and styled with Tailwind CSS. It leverages Ollama to run large language models (LLMs) locally, offering fast, intelligent, and fully offline interactions.
- 🤖 Ollama-powered AI: Integrates local LLMs for intelligent conversations
- 🛡️ Privacy-first: 100% offline, no cloud or external dependencies
- ⚡ Node.js Backend: Lightweight and efficient API handling
- 🎨 Tailwind UI: Clean, modern, and responsive chat interface
- 💬 Real-time Chat: Smooth user interaction via JavaScript
- Backend: Node.js
- AI Engine: Ollama (runs local LLMs like LLaMA2, Mistral, etc.)
- Frontend: HTML, Tailwind CSS, JavaScript
# 1. Clone the repository
git clone https://github.com/yourusername/rias-chatbot.git
cd rias-chatbot
# 2. Install dependencies
npm install
# 3. Run the app
node index.js