Table of Contents
This chatbot is personally developed and employs Python's SpaCy, random, colorama, time and system libraries (most of which come built-in). It also employs a Machine Learning model for data processing and prediction. The code is well-commented for easy understanding and includes basic syntaxes with functions to improve code readability and reusability. This is limited to the scope of Enterprise Computing Limited but can be edited to fit any domain as required; see Installation for more related info
This project was built with the following:
- Python
You can fork this and make any changes as you please.
- spaCy
pip install spacy
- colorama
pip install colorama
- Clone the repo
git clone https://github.com/OTurkson/ECL-Chatbot.git
- Install spaCy package
pip install spacy
- Install colorama package (if not already installed)
pip install colorama
Sample usage of the chatbot
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Ekow Owusu-Turkson - @_bornofthesun - eowusuturkson@gmail.com
Project Link: https://github.com/OTurkson/ECL-Chatbot
