A simple chat interface built with Django that uses Ollama as the underlying AI model for generating responses.
This project lets you run an AI-powered chat service with a Django backend handling requests and Ollama serving as the model inference engine.
-
🧠 Ollama AI Model Integration
Uses Ollama as the language model engine for generating chatbot responses. -
📡 RESTful API Endpoints
Easily send and receive chat messages via API. -
🛠️ Django Backend
Structured, extensible Django project built for simplicity and production readiness.
| Component | Technology |
|---|---|
| Backend | Django (Python) |
| AI Model | Ollama (Local) |
| API | Django REST / HTTP |
| Environment | Python 3.x |
git clone https://github.com/afidhu/django_chatboot.git
cd django_chatboot