Smart conversation deep-learning model based on natural language processing(NLP).
- Works in python3.
- This is to demonstrate the natural language processing deep-learning model so, i used limited dataset but you can your dataset wisely.
- Make sure that you install the latest version of the libraries used.
- tensorflow
- numpy
- keras
The process for installing the library is simple. just follow th steps.... open cmd and type following commands
pip install tensorflow
pip install numpy
pip install Keras
- Download the project.
- run conversation_model.py (for using our pretained model)
- run nlp_for_conversation.py (for training new model)