mirror of
https://github.com/Mobile-Robotics-W20-Team-9/UMICH-NCLT-SLAP.git
synced 2025-09-08 04:03:14 +00:00
cleaning up code
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# from python example and tutorial here: https://data-flair.training/blogs/python-chatbot-project/
|
||||
# also utilizes examples from spacy website
|
||||
|
||||
import nltk
|
||||
from nltk.stem import WordNetLemmatizer
|
||||
@@ -9,6 +10,7 @@ import spacy
|
||||
import tkinter
|
||||
from tkinter import *
|
||||
|
||||
|
||||
from keras.models import load_model
|
||||
model = load_model('chatbot_model.h5')
|
||||
modelBuilding = load_model('buildings_model.h5')
|
||||
|
Reference in New Issue
Block a user