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

Synopsis

The document presents a project report on the development of a Homeopathy Chatbot aimed at providing healthcare assistance related to homeopathy through artificial intelligence. The chatbot is designed to offer users basic knowledge about homeopathic medicines and symptoms, serving as a first line of communication, particularly in areas with limited access to professional guidance. The project outlines the system architecture, technology used, advantages, and limitations, emphasizing its role in enhancing accessibility to homeopathic healthcare support.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Synopsis

The document presents a project report on the development of a Homeopathy Chatbot aimed at providing healthcare assistance related to homeopathy through artificial intelligence. The chatbot is designed to offer users basic knowledge about homeopathic medicines and symptoms, serving as a first line of communication, particularly in areas with limited access to professional guidance. The project outlines the system architecture, technology used, advantages, and limitations, emphasizing its role in enhancing accessibility to homeopathic healthcare support.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

A PROJECT BASED LEARNING REPORT

ON
“Homeopathy Chatbot”

Submitted to
SAVITRIBAI PHULE PUNE UNIVERSITY
In Partial Fulfilment of the Requirement for the Award of

FIRST YEAR MCA


BY
Khadija Gharatkar 6908

UNDER THE GUIDANCE OF


Prof. Pramod Jadhao

DEPARTMENT OF MASTER OF COMPUTER APPLICATIONS


TRINITY ACADEMY OF ENGINEERING
Kondhwa Annex, Pune - 411048
2024-2025
TRINITY ACADEMY OF ENGINEERING
Department of Master of Computer Applications

CERTIFICATE
This is certify that the Project Based Learning entitled
“Homeopathy Chatbot “
submitted by

Khadija Gharatkar 6908

under the supervision of Prof. Pramod Jadhao in the academic year 2024-25 at the
department of Master of Computer Applications, Trinity Academy of Engineering , under
the Savitribai Phule Pune University. This Project Based Learning work is duly completed.

Date: / /
Place: Pune

Prof. P.R Jadhao Dr. A. A. Bhusari Dr. R. J. Patil


PBL Guide HOD Principal
Department of MCA Department of MCA TAE, Pune
Introduction and Objective
In today’s fast-paced world, healthcare services are embracing
technological innovations to improve accessibility and
efficiency. This project focuses on building a chatbot system for
homeopathy-related healthcare assistance using artificial
intelligence. The system is designed to help users obtain basic
knowledge about homeopathic medicines, symptoms, and
treatments without needing direct consultation every time.
Objectives of the project are:
 To develop a chatbot that simulates basic interaction
between a patient and a homeopathic practitioner.
 To integrate common homeopathic medicine knowledge
into the chatbot.
 To ensure ease of use and 24x7 accessibility for users
needing initial guidance.

Need of the Project


Despite the popularity of homeopathy in India and other
countries, there remains a gap in immediate assistance for minor
symptoms or general inquiries. Visiting a clinic or waiting for
consultation can delay treatment. A chatbot can serve as the first
line of communication, particularly in rural or semi-urban
regions, where professional guidance might not always be
accessible.
The chatbot can:
 Serve as an awareness tool.
 Help patients self-identify mild symptoms.
 Recommend possible homeopathic remedies (with a
disclaimer).
 Reduce unnecessary visits to clinics for minor issues.

Existing System
Currently, homeopathy patients rely on:
 Manual consultation with doctors.
 Physical books or online articles for symptom matching.
 General-purpose AI chatbots that are not specialized in
homeopathy.
Limitations of existing systems:
 Lack of 24x7 availability.
 No personalized or symptom-specific suggestions.
 Non-structured, unverified sources of homeopathic
information.
Proposed System
The proposed Homeopathy Chatbot will be a web-based
solution implemented using Python and Django, featuring a
simple interface for user queries related to symptoms and
medicines. The chatbot will respond using a pre-fed database
and programmed logic for symptom-matching.
Key Features:
 User-friendly interface for interaction.
 A knowledge base for symptoms and treatments.
 Text-based chat interface.
 Simple NLP-based responses to improve clarity.

Technology Used
 Front-end: HTML, CSS, Bootstrap
 Back-end: Python, Django Framework
 Database: SQLite
 Others: Natural Language Processing (basic),
Dialogflow/Custom Rule-based Response System

System Architecture (Brief)


The architecture consists of:
1. User Interface (UI): Allows users to enter queries.
2. Controller (Django Views): Routes the user input to the
chatbot logic.
3. Chatbot Engine: Applies rule-based logic to match
symptoms and return relevant suggestions.
4. Database: Stores medicine-symptom mappings and chat
history.
5. Response Generator: Returns appropriate homeopathic
recommendations or clarifications.

Advantages of the Proposed System


 Time-saving and accessible 24x7.
 Basic health support tool before visiting a practitioner.
 Reduces dependency on physical presence.
 Structured and verified data for homeopathic guidance.

Scope of the Project


 Suitable for initial-level diagnosis and awareness.
 Can be scaled to integrate voice assistance, machine
learning, and a broader medicine database.
 Can be used in clinics, pharmacies, or telehealth platforms.
Limitations of the Project
 Not a replacement for professional medical advice.
 Limited to predefined symptoms and homeopathic
remedies.
 May not understand complex or compound queries.
Methodology
 Requirement Analysis
 Designing the chatbot workflow
 Implementation using Django & SQLite
 Testing with various queries
 Evaluation based on accuracy and ease of use
Conclusion
The Homeopathy Chatbot serves as an innovative step toward
integrating AI-based assistance into alternative medicine. This
system aims to bridge the communication gap, increase
awareness, and improve access to basic homeopathic healthcare
support.

You might also like