abhisarahuja / create_chatbot_using_python

This code is an implementation of a simple chatbot using TensorFlow, which is a machine learning framework developed by Google. The chatbot is trained using a neural network to classify user inputs into predefined intents and provide appropriate responses based on the detected intent.
18 stars 27 forks source link

Add requirements.txt file #1

Open feyroozecode opened 1 month ago

feyroozecode commented 1 month ago

Add requiremets.txt file to help installing dependecy simple way : content:

nltk keras numpy tensorflow

lefterisp commented 1 week ago

Use the libraries of nltk, keras, nympy, tesorflow