An open API service indexing awesome lists of open source software.

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.

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.