Health Services Platform using NLTK and Deep Neural Network using python.
A Chat Bot which uses Deep Neural Networks and NLTK to answer any health-related queries. Also uses Sentiment Analysis from Google Natural Language API and Places API to mine Hospital reviews and provide suggestions accordingly.
- Disease in Area Alert: To find out the prevalent diseases and major outbreaks, RSS feed of TOI is scraped and summarised using TF-IDF. Geocoder is used to detect current location. ( RSS feed is available only for a few cities in India)
python diaa.py
- Review Mining: Using Google Places API, the reviews of all the places tagged "hospitals" in a particular geo-location are extracted. Sentiment Analysis is applied on recent hospital reviews. The user rating are ignored and only the reviews are considered to get the current response of people towards the place. The reviews and sentiment analysis data for 3 cities is stored in the csv files.
python scrp.py
- Query Diagnosis: The user's query is chunked and passed to the Infermedica API to generate follow-up questions and disease prediction. After a set of questions is asked, a prognosis is given along with a list of top rated hospitals.
- Chat Bot : Chatbot used for Alleviate is task-oriented and intension based. In chatbot framework,conversational intents are defined that would be useful for defining set of actions bot can manage.
The Chatbot is started using python ChatBot.py
The screenshots given below do not include the API output printed between queries
This project was done during my CSE4022 - Natural Language Processing by a team of three people