Smart India Hackathon 2018 grand finale

Friday, April 6, 2018
1 mins read

Recently, I attended Smart India Hackathon grand finale 20181 at Pune, India. We’re one of the few teams selected for the finale. Our idea, which was under CSIR2, was to develop an android application which could give real-time location-based dengue-risk-index using machine learning techniques.

The application followed a client-server architecture consisting of two key components:

The hackathon was divided into three phases having evaluation rounds at the end of each phase. During the first phase, we developed the prototype android app which gets user’s location using GPS and gives sample dengue risk index to the user. We used TPOT3 to find best machine learing algorithm for the purpose. It suggested gradient boosting. Our machine learing model used weather factors as the predictors.

In the second phase, I built the web-server in django4 to host the machine learing model as an API. Also, we improved the UI of the app. During the evaluation, the evaluators suggested us to show dengue risk on a map and improve visualization part of the app.

In the final phase, we used Google Maps JavaScript API to show dengue risk index on a map to the user. We also improved the overall user experience of the app. We also added a feature so that a user can submit known dengue cases in his/her area.

Although we couldn’t win, we learnt a lot from the hackathon.

Footnotes:
1: Smart India Hackathon grand finale 2018
2: Council of Scientific & Industrial Research (CSIR)
3: TPOT - Data Science Assistant
4: django - web server

This page is open source. Improve its content!

You May Also Like

comments powered by Disqus