mirror of
https://github.com/Mobile-Robotics-W20-Team-9/UMICH-NCLT-SLAP.git
synced 2025-09-09 04:13: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/
|
# from python example and tutorial here: https://data-flair.training/blogs/python-chatbot-project/
|
||||||
|
# also utilizes examples from spacy website
|
||||||
|
|
||||||
import nltk
|
import nltk
|
||||||
from nltk.stem import WordNetLemmatizer
|
from nltk.stem import WordNetLemmatizer
|
||||||
@@ -9,6 +10,7 @@ import spacy
|
|||||||
import tkinter
|
import tkinter
|
||||||
from tkinter import *
|
from tkinter import *
|
||||||
|
|
||||||
|
|
||||||
from keras.models import load_model
|
from keras.models import load_model
|
||||||
model = load_model('chatbot_model.h5')
|
model = load_model('chatbot_model.h5')
|
||||||
modelBuilding = load_model('buildings_model.h5')
|
modelBuilding = load_model('buildings_model.h5')
|
||||||
|
Reference in New Issue
Block a user