0% found this document useful (0 votes)
5 views

ai (2)

The document presents an AI healthcare chatbot designed to assist users with health-related inquiries, offering 24/7 access to medical information and support. It outlines the chatbot's objectives, advantages, and the technologies used, including JSON for data structuring. The conclusion highlights the chatbot's potential for future expansion and integration with health APIs for real-time updates.

Uploaded by

divyaraj patil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

ai (2)

The document presents an AI healthcare chatbot designed to assist users with health-related inquiries, offering 24/7 access to medical information and support. It outlines the chatbot's objectives, advantages, and the technologies used, including JSON for data structuring. The conclusion highlights the chatbot's potential for future expansion and integration with health APIs for real-time updates.

Uploaded by

divyaraj patil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

AI HEALTH CARE

CHATBOT
Presented By : Amey Avasthi
Divyaraj Patil
Prashant Patil
Jayesh Patil
Bhavesh Patil
CONTENT
INTRODUCTION STRUCTURE OF THE JSON FILE

OBJECTIVES ADVANTAGES AND DISADVANTAGES

WHY BUILD A DISEASE CHATBOT ERROR HANDLIND

HOW DOES THE CHATBOT WORKS? IMPACT OF HEALTH CHATBOT

TECHNOLOGIES USED FOR CHATBOT FUTURE TRENDS AI HELATHCARE

AI HEALTH CHATBOT VS
USER INTERFACE (UI) DESIGN
TRADITIONAL HEALTH CARE

CONCLUSION
INTRODUCTION
An AI healthcare chatbot is a smart virtual assistant designed to
help people with their health-related questions and needs. It
can provide basic medical advice, suggest treatments for
common symptoms, and guide users on when to see a doctor.
These chatbots use advanced technology to understand
questions and give accurate, helpful answers. They make
healthcare support more accessible by working 24/7 and
offering quick responses, right from your phone or computer.
However, they don't replace doctors but can assist with simple
queries and point you in the right direction for proper care.
Help users get instant and accurate information about various
diseases.
OBJECTIVES
1. Provide Quick Health Information
2. Save Time for Patients
3. Help with Appointments
4. Support During Emergencies
5. Improve Accessibility
WHY BUILD A DISEASE CHATBOT?
Quick Access to Health Information: Provides instant answers to questions about
1 diseases and symptoms.

24/7 Availability: Always available to assist, even outside of clinic hours.


2

Cost-Effective: Offers free or affordable health advice for users who may
3 not have easy access to doctors.

Personalized Support: Adapts advice based on the user’s


4 symptoms and concerns.
HOW DOES THE CHATBOT WORK?
Chatbots use artificial intelligence (AI) and natural language processing (NLP) to
understand human language and simulate conversations:

Input: A user provides input to the Intent: The chatbot learns the user's
chatbot intent

Comparison: The chatbot compares Response: The chatbot generates a


the input to a set of predefined relevant response
keywords and phrases
TECHNOLOGIES USED FOR CHATBOT
HTML CSS
Structure for displaying chat interface. Styling for the chat and message
display.

Java Script Data Format


Logic for handling user input and JSON for storing disease-related
displaying responses. information.
USER INTERFACE (UI) DESIGN
Chat Box Input Field
Where the user types their query. Displays messages from the user
and chatbot.
STRUCTURE OF THE JSON FILE DESCRIPTION
The JSON file contains Display a sample JSON object (a disease like "flu").

disease data structured as json


follows: {
"flu": {
- Disease name "symptoms": ["fever", "cough", "headache"],
- Symptoms "causes": ["viral infection"],
"remedies": ["rest", "hydration", "antipyretics"],
- Causes
"precautions": ["wash hands", "avoid close contact"]
- Remedies }
- Precautions }
ADVANTAGES AND DISADVANTAGES
ADVANTAGES DISADVANTAGES
1. 24/7 Availability: They work around 1. Limited Accuracy: They might not
the clock, so you can get help anytime. always provide correct advice
2. Quick Responses: Provide instant 2. Data Privacy Concerns: Sensitive
answers to health-related questions. health information might be at risk if
3. Cost-Effective: Saves money by the chatbot isn’t secure.
reducing the need for frequent doctor 3. Not a Replacement for Doctors:
visits for minor issues. Chatbots can’t perform physical exams
4. Reduces Anxiety: Gives immediate 4. Technology Limitations: Requires
reassurance for minor health concerns.
internet access and may not work well
for people
ERROR HANDLING

Invalid Input Suggestions


The chatbot can suggest other
If the disease isn’t found, show a
common diseases if it doesn’t
friendly error message.
find an exact match.
Impact of AI Health Chatbot
Future Trends AI Helathcare
Ai Health Chatbot Vs Traditional Health Care
CONCLUSION
Summary
The disease chatbot provides an interactive platform for
obtaining health-related information using JavaScript and
JSON.

Future Potential
Potential to expand the bot with more data and integrate with
external health APIs for real-time updates.
THANK YOU

You might also like