Skip to content

shendds/Daemon-AI

Daemon AI Chatbot

Daemon AI is a Python-based chatbot project that uses TF-IDF and Cosine Similarity for response generation.


Table of Contents


Overview

Daemon AI is a conversational AI chatbot built with Python. It leverages TF-IDF vectorization and Cosine Similarity to generate responses based on user inputs. The project includes segmented response sets for general conversation, information queries, historical inquiries, and software-related questions.


Installation

  1. Clone the repository:
    git clone https://github.com/shendjs/daemon-ai.git
    cd daemon-ai
    
    
  2. Install dependencies:
    pip install -r requirements.txt

Usage

  1. Run the chatbot:

    python daemon.py
  2. Interact with the chatbot by typing messages or questions. Press 'q' to quit the chat session.


Features

  • Uses TF-IDF vectorization and Cosine Similarity for response generation.
  • Segmented responses into general conversation, information, history, and software domains.
  • Easy-to-extend datasets for adding new responses in each domain.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Contact

For feedback, questions or suggestions, please contact me via my instagram account


About

Daemon AI: Chatbot Development Project Using Python with TF-IDF and Cosine Similarity.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages