Metadata-Version: 2.4
Name: atchatbot
Version: 0.3.0
Summary: A universal chatbot generation library
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/achugowda/ATChatbot
Project-URL: Bug Tracker, https://github.com/achugowda/ATChatbot/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: torch
Requires-Dist: transformers
Dynamic: license-file

# ATChatbot

ATChatbot is a universal chatbot generation library that allows you to create custom chatbots by simply providing a textual description.


## Installation

Install from PyPI:
pip install atchatbot




