99-ML-Learning-Projects
99-ML-Learning-Projects copied to clipboard
[EXE] Building a medical chatbot using NLTK and Tkinter
Learning Goals
- the basics of NLP such as tokenizing and lemmatizing using the NLTK library
- deploying machine learning models using python's Tkinter library
Exercise Statement Provided a dataset of common phrases mainly in context to the medical field, build a chatbot that answers your medical queries
Prerequisites dropout, SGD, Keras
Data source/summary: Dataset contains a json file consisting of list of variations of frequently asked questions, their assigned labels and the typical responses they have
Suggest/Propose Solutions I have the solution and will be happy to create pull request to include the exercise statement/solution]