https://github.com/yaminibhole/chatbot_using_python
Simple Chatbot: Python chatbot using TensorFlow and Keras for NLP. Trained on a dataset of intents to understand and respond to user input based on pre-defined patterns.
https://github.com/yaminibhole/chatbot_using_python
keras nlp python tensorflow
Last synced: 2 months ago
JSON representation
Simple Chatbot: Python chatbot using TensorFlow and Keras for NLP. Trained on a dataset of intents to understand and respond to user input based on pre-defined patterns.
- Host: GitHub
- URL: https://github.com/yaminibhole/chatbot_using_python
- Owner: yaminibhole
- Created: 2024-01-18T18:43:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T18:45:52.000Z (over 1 year ago)
- Last Synced: 2025-02-01T22:28:24.090Z (4 months ago)
- Topics: keras, nlp, python, tensorflow
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Python Chatbot
This repository contains the source code for a simple chatbot implemented in Python using the TensorFlow and Keras libraries for natural language processing. The chatbot is trained on a dataset of intents, allowing it to understand and respond to user input based on pre-defined patterns.