This is a medical website for Hakathon event under Technex 2019
skrattar_du_forlorar_du
Members:
- Pankaj Yadav
- P Shravan Nayak
- Chirag Agarwal
- Registration and Login
- MediQuora (A place where people can share experiences and give advice to a large community)
- Health Manager (Where people can keep track of their health)
- Chat with AI
We have deployed microsoft Health Bot Service which implements natural language understanding (NLP) and artificial intelligence (AI) technologies to understand the users' intent and provide accurate information. This is highly customizible and extensible. We plan to use this in combination with MediQuora and Health Manager to provide the users highly reliable and accurate diagnosis so as to give early warnings as well as save time of going to hospitals for trivial diagnosis. Link for more information
- Use of external API
- Minifications (as best as we could)
- Tensorflow JS (In Health Manager for predicting Sugar Levels although the model is not so good as of now)
- Responsive app
- Use of Data Vizualization Librariers (Matplotlib and Chart.js)
- Offline support using service workers (on the home page)
- Proper app deployment on cloud server (link)
- Progressive (to the best of our knowledge from this source)
- Isomorphic (Tensorflow.JS as the entire model is run on the browser itself)
All dependencies are listed in requirements.txt
In the health manager you can add your sugar levels and blood pressure to get interactive vizualizations. Blogs can be written using write blog feature and tags can be used to filter the blogs. The Chat option redicts to microsoft Health Bot service which is deployed on azure.