MANIFEST.in
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/bots/__init__.py
botiverse/bots/BasicBot/BasicBot.py
botiverse/bots/BasicBot/__init__.py
botiverse/bots/BasicTaskBot/BasicTaskBot.py
botiverse/bots/BasicTaskBot/__init__.py
botiverse/bots/BasicTaskBot/utils.py
botiverse/bots/ConverseBot/ConverseBot.py
botiverse/bots/ConverseBot/__init__.py
botiverse/bots/TaskBot/TaskBot.py
botiverse/bots/TaskBot/__init__.py
botiverse/bots/TaskBot/utils.py
botiverse/bots/VoiceBot/SpeechClassifier.py
botiverse/bots/VoiceBot/VoiceBot.py
botiverse/bots/VoiceBot/__init__.py
botiverse/bots/VoiceBot/utils.py
botiverse/bots/WhizBot/WhizBot.py
botiverse/bots/WhizBot/WhizBot_BERT.py
botiverse/bots/WhizBot/WhizBot_GRU.py
botiverse/bots/WhizBot/__init__.py
botiverse/gui/__init__.py
botiverse/gui/gui.py
botiverse/gui/static/favicon.png
botiverse/gui/static/logo.png
botiverse/gui/static/style.css
botiverse/gui/static/icons/Basic Bot.png
botiverse/gui/static/icons/Converse Bot.png
botiverse/gui/static/icons/Task Bot.png
botiverse/gui/static/icons/Theorizer.png
botiverse/gui/static/icons/Voice Bot.png
botiverse/gui/static/icons/Whiz Bot.png
botiverse/gui/templates/chat.html
botiverse/models/__init__.py
botiverse/models/BERT/BERT.py
botiverse/models/BERT/__init__.py
botiverse/models/BERT/config.py
botiverse/models/BERT/utils.py
botiverse/models/FastSpeech1/FastSpeech.py
botiverse/models/FastSpeech1/__init__.py
botiverse/models/GRUClassifier/GRUClassifier.py
botiverse/models/GRUClassifier/__init__.py
botiverse/models/LSTM/LSTM.py
botiverse/models/LSTM/__init__.py
botiverse/models/LinearClassifier/LinearClassifier.py
botiverse/models/LinearClassifier/__init__.py
botiverse/models/NN/NN.py
botiverse/models/NN/__init__.py
botiverse/models/NN/utils.py
botiverse/models/SVM/SVM.py
botiverse/models/SVM/__init__.py
botiverse/models/T5Model/T5Model.py
botiverse/models/T5Model/__init__.py
botiverse/models/TRIPPY/TRIPPY.py
botiverse/models/TRIPPY/TRIPPY_DST.py
botiverse/models/TRIPPY/__init__.py
botiverse/models/TRIPPY/config.py
botiverse/models/TRIPPY/data.py
botiverse/models/TRIPPY/evaluate.py
botiverse/models/TRIPPY/infer.py
botiverse/models/TRIPPY/run.py
botiverse/models/TRIPPY/train.py
botiverse/models/TRIPPY/utils.py
botiverse/models/TRIPPY/vocab.txt
botiverse/preprocessors/__init__.py
botiverse/preprocessors/BertEmbeddings/BertEmbeddings.py
botiverse/preprocessors/BertEmbeddings/__init__.py
botiverse/preprocessors/BoW/BoW.py
botiverse/preprocessors/BoW/__init__.py
botiverse/preprocessors/Frequency/Frequency.py
botiverse/preprocessors/Frequency/__init__.py
botiverse/preprocessors/GloVe/GloVe.py
botiverse/preprocessors/GloVe/__init__.py
botiverse/preprocessors/Special/__init__.py
botiverse/preprocessors/Special/ConverseBot_Preprocessor/ConverseBot_Preprocessor.py
botiverse/preprocessors/Special/ConverseBot_Preprocessor/__init__.py
botiverse/preprocessors/Special/WhizBot_BERT_Preprocessor/WhizBot_BERT_Preprocessor.py
botiverse/preprocessors/Special/WhizBot_BERT_Preprocessor/__init__.py
botiverse/preprocessors/Special/WhizBot_GRU_Preprocessor/WhizBot_GRU_Preprocessor.py
botiverse/preprocessors/Special/WhizBot_GRU_Preprocessor/__init__.py
botiverse/preprocessors/TF_IDF/TF_IDF.py
botiverse/preprocessors/TF_IDF/__init__.py
botiverse/preprocessors/TF_IDF_GLOVE/TF_IDF_GLOVE.py
botiverse/preprocessors/TF_IDF_GLOVE/__init__.py
botiverse/preprocessors/Vocalize/Vocalize.py
botiverse/preprocessors/Vocalize/__init__.py
botiverse/preprocessors/Wav2Vec/Wav2Vec.py
botiverse/preprocessors/Wav2Vec/__init__.py