Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple Python desktop chatbot built with Tkinter and powered by Cohere's command-r model. It takes user input, sends it to the Cohere API, and displays smart replies in a user-friendly GUI.

License

Notifications You must be signed in to change notification settings

Dreamkiller100/Chatbot-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot-Project

🧠 Desktop Chatbot with Cohere AI

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.


📸 Demo

c:\Users\Lenovo\OneDrive\Pictures\Screenshots\chatbot ss.png


🚀 Features

  • Chat live with an LLM-powered bot
  • GUI built with tkinter
  • Works locally on your desktop
  • Uses Cohere's /chat endpoint with command-r model

🛠️ Tech Stack

  • Python 3
  • Tkinter (GUI)
  • Cohere AI (Language model)
  • cohere-ai SDK

📦 Installation

git clone https://github.com/yourusername/cohere-chatbot.git
cd cohere-chatbot
pip install -r requirements.txt
python chatbot.py

🧠 Sample Output

You: Hello! Bot: Hi there! How can I help you today?


📬 Contact

Created by Nagul PJ — feel free to connect!


🏷️ Tags

#AI #Python #Cohere #Tkinter #LLM #Chatbot #DesktopApp


About

A simple Python desktop chatbot built with Tkinter and powered by Cohere's command-r model. It takes user input, sends it to the Cohere API, and displays smart replies in a user-friendly GUI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages