SalesBot is a chatbot designed to assist customers with their purchase inquiries. It is built using the Python programming language and various machine learning libraries. It will be a long-term project that will be updated that will be useful for both customers and sales representatives.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Python and pip installed on your machine. You can download Python here and pip here.
In addition, you will need to install the following libraries:
nltk tensorflow keras numpy json pickle
You can install these libraries by running the following command:
pip install nltk tensorflow keras numpy json pickle
- Clone the repository to your local machine
git clone <https://github.com/<username>/SalesBot.git>
- Navigate to the aibot directory
cd SalesBot
- Run the chatbot
python chatbot.py
The chatbot should now be running and ready to assist customers with their purchase inquiries.
• Python - The programming language used
• nltk - Natural Language Toolkit library
• tensorflow - Machine learning library
• keras - High-level neural networks API
• numpy - Scientific computing library
• json - JSON library
• pickle - Pickling library
Dedition - Leo Ladipo
Thanks to the team at OpenAI for providing the GPT-3 model to generate the code.
Thanks to the team at TensorFlow and Keras for providing the machine learning libraries used in this project.
Thanks to the team at NLTK for providing the natural language processing library used in this project.