Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.21 KB

File metadata and controls

23 lines (15 loc) · 1.21 KB

Hospital Chatbot Project

Overview

This project involves the creation of a hospital chatbot to provide first-class assistance during peak hours of the hospital. The chatbot will interact with users, responding to their queries and providing relevant information.

Project Description

As a Data Scientist, the goal is to build an interactive chatbot for a renowned hospital. The project will utilize a dataset containing queries and corresponding responses. The dataset will be processed and used to train a Deep Learning model capable of generating responses to user queries. The chatbot aims to assist the hospital's customer care department efficiently during busy hours.

Key Objectives

  1. Dataset Preprocessing:

    • Clean and preprocess the given dataset containing {Queries/Responses}.
    • Handle any missing or irrelevant information.
  2. Chatbot Development:

    • Build a Deep Learning model for natural language processing.
    • Train the model using the preprocessed dataset to understand and generate responses.
  3. Interactive Chatbot:

    • Develop an interactive chatbot interface for users to submit queries.
    • Implement the chatbot's ability to understand and respond to user queries in real-time.