Daemon AI is a Python-based chatbot project that uses TF-IDF and Cosine Similarity for response generation.
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.
- Clone the repository:
git clone https://github.com/shendjs/daemon-ai.git cd daemon-ai - Install dependencies:
pip install -r requirements.txt
-
Run the chatbot:
python daemon.py
-
Interact with the chatbot by typing messages or questions. Press 'q' to quit the chat session.
- 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.
This project is licensed under the MIT License. See the LICENSE file for details.
For feedback, questions or suggestions, please contact me via my instagram account