https://github.com/stadiello/chatbot
A classic chatbot with interface powered by ollama
https://github.com/stadiello/chatbot
ai artificial-intelligence chat-application chatbot ollama
Last synced: 2 months ago
JSON representation
A classic chatbot with interface powered by ollama
- Host: GitHub
- URL: https://github.com/stadiello/chatbot
- Owner: stadiello
- License: mit
- Created: 2024-06-18T15:35:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T10:51:19.000Z (about 1 year ago)
- Last Synced: 2025-05-12T11:27:02.256Z (about 1 year ago)
- Topics: ai, artificial-intelligence, chat-application, chatbot, ollama
- Language: Python
- Homepage:
- Size: 1.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatBot
## UML


## Installation
```bash
pip install -e .
```
## Usage
```bash
python main.py
```
## Tests
```bash
pytest tests/
```