Inspiration
We were inspired by one of our team members who fractured his ankle but never got it checked out because he did not recognize the symptoms. Therefore, we decided to make injury detection easier by developing Injury Detector.
What it does
The user selects the location of the injury on the graphical interface and then completes a questionnaire about their specific pain location and symptoms experienced. Then the app sends a query to the World Wide Web, using the Google Search API, which parses through the first 10 search results and identifies the top most likely injuries based on a thorough analysis of the websites.
How we built it
We used Android Studio for the application and Java with the Google Search API for the backend.
Challenges we ran into
We initially programmed in Python; however, we soon discovered that it was extremely difficult to integrate a Python program with Android Studio. So, we were forced to transpile our code to Java, a language supported by Android Studio. We also struggled with slower methods of extracting data, and also had difficulties getting the Google Search API to work.
Accomplishments that we're proud of
We managed to implement the Google Search API and effectively analyze search results.
What we learned
We learned how to use the Google Search API along with integrating it with Android Studio.
What's next for HackTJ Project
We will continue to refine our search techniques to produce more accurate injury predictions, and expand our database of symptoms and injuries.
Built With
- android-studio
- google-search-api
- java
- jsoup
- xml
Log in or sign up for Devpost to join the conversation.