A desktop type chatbot which is a computer program designed to simulate conversation with human users
- pytorch - pyTorch is an open-source machine learning library, a scientific computing framework. It provides a wide range of algorithms for deep learning
- tkinter - Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications.
- numpy - NumPy is a Python library used for working with arrays. NumPy stands for Numerical Python.
- nltk - nltk (Natural Language Toolkit) is a suite that contains libraries and programs for statistical language processing. It contains packages to make machines understand human language and reply to it with an appropriate response.
Install pyTorch
pip install torch
Install numpy
pip install numpy
Install nltk
pip install nltk