Skip to content

Health Services Platform using NLTK and Deep Neural Network

Notifications You must be signed in to change notification settings

tanayagar/Alleviate

Repository files navigation

Alleviate

Health Services Platform using NLTK and Deep Neural Network using python.

Description

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.

Features

  1. 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

  2. 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

  3. 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.
  4. 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.

Demo

The Chatbot is started using python ChatBot.py The screenshots given below do not include the API output printed between queries

Sending Query

First Question

Second Question

Third Question

Prognosis

Follow up

Libraries/Frameworks/APIs Used:

Project Contributors

This project was done during my CSE4022 - Natural Language Processing by a team of three people

About

Health Services Platform using NLTK and Deep Neural Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages