Inspiration
We wanted to broaden the exploration and knowledge of medicine through our program. Our prototype is currently limited to a specific topic regarding cancer.
What it does
Tells a user if breast cancer is a possible explanation based off their input.
How we built it
Using Java, we used text files and Scanner. We got information from the Idaho Public Health site and used try() and contain() to iterate through the text. An if loop was used to test if the user had keywords that matched the attributes of the cancer type.
Challenges we ran into
We struggled to use the String lists and arrays types due to similarities in syntax but varying attributes.
Accomplishments that we're proud of
We managed to understand the difference between a String[] and
What we learned
How to develop a program using outside sources such as text files and utilize Scanner to interpret the data.
What's next for Glasses
Machine learning to enhance accuracy and info, additional attributes to provide to the user.
Link: https://replit.com/@BanAnh/ATM#Main.java Video: https://drive.google.com/file/d/1HFcnIKtyBTF6lEFeTROYqGjV5osNVXgo/view?usp=sharing
Log in or sign up for Devpost to join the conversation.