diff --git a/botiverse.egg-info/PKG-INFO b/botiverse.egg-info/PKG-INFO deleted file mode 100644 index 47b1faf..0000000 --- a/botiverse.egg-info/PKG-INFO +++ /dev/null @@ -1,44 +0,0 @@ -Metadata-Version: 2.1 -Name: botiverse -Version: 0.0.1101 -Summary: botiverse is a chatbot library that offers a high-level API to access a diverse set of chatbot models. -Home-page: https://botiverse.readthedocs.io/ -Author: Essam W., Mohamed Saad, Yousef Atef, Karim Taha -Author-email: essamwisam@outlook.com -License: GPLv3 -Platform: UNKNOWN -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: MIT License -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 -Classifier: Programming Language :: Python :: 3.8 -Classifier: Programming Language :: Python :: 3.9 -Classifier: Operating System :: OS Independent -Description-Content-Type: text/markdown - -# Botiverse -A library that imports chatbots from other galaxies - -### Installation -``` -pip install botiverse -``` - -### Get started -Try to import and playaround with the Basic Chat Bot: - -```Python -from botiverse import basic_chatbot - -# Make a new chatbot and give it a name -Max = basic_chatbot("Max") -# Train the chatbot -Max.train("abcdefgh") -# Ask the chatbot a question -response = Max.infer("Can you tell me a joke?") -print(response) -``` - - diff --git a/botiverse.egg-info/SOURCES.txt b/botiverse.egg-info/SOURCES.txt deleted file mode 100644 index 3ace4d9..0000000 --- a/botiverse.egg-info/SOURCES.txt +++ /dev/null @@ -1,13 +0,0 @@ -README.md -setup.py -botiverse/__init__.py -botiverse.egg-info/PKG-INFO -botiverse.egg-info/SOURCES.txt -botiverse.egg-info/dependency_links.txt -botiverse.egg-info/requires.txt -botiverse.egg-info/top_level.txt -botiverse/TODS/TODS.py -botiverse/TODS/__init__.py -botiverse/basic_chatbot/__init__.py -botiverse/basic_chatbot/basic_chatbot.py -botiverse/basic_chatbot/utils.py \ No newline at end of file diff --git a/botiverse.egg-info/dependency_links.txt b/botiverse.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/botiverse.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/botiverse.egg-info/requires.txt b/botiverse.egg-info/requires.txt deleted file mode 100644 index 3b7480f..0000000 --- a/botiverse.egg-info/requires.txt +++ /dev/null @@ -1,2 +0,0 @@ -numpy -torch diff --git a/botiverse.egg-info/top_level.txt b/botiverse.egg-info/top_level.txt deleted file mode 100644 index f3141fc..0000000 --- a/botiverse.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -botiverse