This is a simple desktop chatbot built with Python and Tkinter, powered by Cohere's command-r
model. It sends real-time messages to Cohere's API and displays intelligent responses in a friendly GUI.
c:\Users\Lenovo\OneDrive\Pictures\Screenshots\chatbot ss.png
- Chat live with an LLM-powered bot
- GUI built with
tkinter
- Works locally on your desktop
- Uses Cohere's
/chat
endpoint withcommand-r
model
- Python 3
- Tkinter (GUI)
- Cohere AI (Language model)
cohere-ai
SDK
git clone https://github.com/yourusername/cohere-chatbot.git
cd cohere-chatbot
pip install -r requirements.txt
python chatbot.py
You: Hello! Bot: Hi there! How can I help you today?
Created by Nagul PJ — feel free to connect!
#AI #Python #Cohere #Tkinter #LLM #Chatbot #DesktopApp