Inspiration
I am just getting started with Python and Artificial Intelligence. I wanted to create a simple chat bot that helps people decide what healthy food to eat depending on what type of meal they desire.
What it does
It asks the user to input what type of meal they would like to eat and gives advice based on the meal. It also gives examples of unhealthy foods and restaurants with heathy food.
How we built it
I used the spacy library which is used for natural language processing. It detects key words from user input and matches it with the appropriate output.
Challenges we ran into
I wanted to make the output more personalized, but my laptop was unable to install the proper libraries due to OS errors. I was forced to pre-define the output which made this project less innovative than I desired.
Accomplishments that we're proud of
I was able to get the code to work and create my first simplified chat bot.
What we learned
I learned how to use the Spacy library.
What's next for Nutrition Chat-Bot
I want to make the output more personalized rather than just outputting the same thing each time for the same question. I will add this feature as I dive deeper into Artificial Intelligence with Python.
Log in or sign up for Devpost to join the conversation.