Skip to content

πŸ€–πŸ₯ AI healthcare chatbot: Utilizes NLP for medical advice, symptom analysis, and medication reminders. Guides users to healthcare resources. πŸ’ŠπŸ“‹πŸ©Ί

License

Notifications You must be signed in to change notification settings

Amaan9136/heathcare-chatbot

Repository files navigation

Healthcare chatbot Using machine learning and natural language prcessing

Healthcare is very important to lead a good life. However, it is very difficult to obtain a consultation with a doctor for every health problem. The idea is to create a medical chatbot using Artificial Intelligence that can diagnose the disease and provide basic details about the disease before consulting a doctor. This will help to reduce healthcare costs and improve accessibility to medical knowledge through medical chatbots

Run Locally

Clone the project

  git clone https://github.com/Amaan9136/heathcare-chatbot

Go to the project directory

  cd Healthcare-chatbot

Install dependencies

  pip install rasa
  pip install flask
  pip install requests

Go to rasabot directory

  cd rasabot

open terminal in this directory and run the following command to start rasa server

  rasa run -m models --endpoints endpoints.yml --port 5000 --credentials credentials.yml
  OR
  rasa shell

Go to web_app directory

  cd web_app

open terminal in this directory and run the following command to start flask server

    flask run

Technologies used

Client: HTML,CSS,Javascript

Server: Python Flask

Chatbot framework: Rasa

By

heathcare-chatbot

"AI healthcare chatbot: NLP-driven, offers medical advice, symptom analysis, medication reminders, and guides to healthcare resources."

About

πŸ€–πŸ₯ AI healthcare chatbot: Utilizes NLP for medical advice, symptom analysis, and medication reminders. Guides users to healthcare resources. πŸ’ŠπŸ“‹πŸ©Ί

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published