0% found this document useful (0 votes)
564 views11 pages

Kendriya Vidyalaya Pattom: Chatbot

This document describes a student project on developing a chatbot application to help detect COVID-19 symptoms. It outlines the stages of problem scoping, data acquisition, data exploration, modelling using natural language processing techniques, and evaluation. The goal is to build a chatbot that can interact with users and identify if they have been infected with the coronavirus based on their reported symptoms. Data on COVID-19 symptoms will be collected from government websites and databases. The text data will then be preprocessed and normalized before training an NLP model. The trained model will be evaluated on real user data and deployed as a chatbot application if it performs well.

Uploaded by

priya abhilash
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)
564 views11 pages

Kendriya Vidyalaya Pattom: Chatbot

This document describes a student project on developing a chatbot application to help detect COVID-19 symptoms. It outlines the stages of problem scoping, data acquisition, data exploration, modelling using natural language processing techniques, and evaluation. The goal is to build a chatbot that can interact with users and identify if they have been infected with the coronavirus based on their reported symptoms. Data on COVID-19 symptoms will be collected from government websites and databases. The text data will then be preprocessed and normalized before training an NLP model. The trained model will be evaluated on real user data and deployed as a chatbot application if it performs well.

Uploaded by

priya abhilash
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/ 11

KENDRIYA VIDYALAYA PATTOM

SHIFT II
2022-2023

A PROJECT IN ARTIFICIAL INTELLIGENCE

CHATBOT
Submitted in partial fulfilment for the requirement of the
award by CBSE

SUBMITTED BY

Name:

Roll no:
KENDRIYA VIDYALAYA, PATTTOM
(SHIFT II)
THIRUVANANTHAPURAM

CERTIFICATE

This is to certify that this is the bonafide record of the project

submitted by Master/Miss ……………………………………………………

Roll No ………………studying in class X ………… for completing the

investigatory project of CBSE board examination of ARTIFICIAL

INTELLIGENCE for the year 2022-2023 under the guidance and

supervision of his/her Artificial Intelligence teacher Mrs.

Bhagavathi.G

Teacher – in – charge

Principal
ACKNOWLEDGEMENT
I would like to express my special thanks of gratitude

to my Principal and Artificial Intelligence teacher who

gave me the golden opportunity to do this wonderful

project, which also helped me in doing a lot of Research

and I came to know about so many new things I am

really thankful to them.

Secondly, I would also like to thank my parents and

friends who helped me a lot in finishing this project

within the limited time.

I am making this project not only for marks but to also

increase my knowledge. THANKS AGAIN TO ALL WHO

HELPED ME.

AADINATH.A.P
CONTENTS

 ABSTRACT

 Problem Scoping

 Data Acquisition

 Data Exploration

 Modelling

 Evaluation

 Bibliography
ABSTRACT
Global pandemic COVID-19 has impacted the world adversely and the
rate at which it spreads across the world is alarming. It is a very daunting
task to keep track of all the COVID-19 infected people. The number of
doctors available is far less than the number of patients. People can be
infected by contacting the other people infected with COVID -19 virus. This
virus can spread from person-to-person through the droplets from the nose
or mouth of a person infected with COVID -19, when he coughs or exhales.
If we are able to detect this virus at the earliest, the spread can be
controlled to some extent
Based on the SDG-3, the topic of my AI Project is to design a
CHATBOT which can be installed as an app, that will be able to interact
with people, help them realise if they have been infected with corona virus
by asking them question about the symptoms.

Theme: Good Health and Well-being

Topic: CHATBOT

An AI based project undergoes broadly five stages. They are

 Problem Scoping
 Data Acquisition
 Data Exploration
 Modelling
 Evaluation

PROBLEM SCOPING
In this stage, the aim and scope of the project undertaken are
decided.

Problem around Spread of Covid -19:

Covid-19 can spread anywhere .

SDG-3
Good Health Spread of
and Well-being Covid-19

Chances of spread are more at


crowded locations

Setting Goal for AI Project:


After studying the problems listed for the chosen topic, we have
decided to address these problems and thus the goal of the project is

Make a Chabot app that will be able to interact with


people, help them realise if they have been infected with
corona virus by asking them question about the symptoms.

4Ws canvas
 WHO has the problem? Who else face the problem?
 WHAT is the problem? What are the elements of the problem?
 WHERE does the problem arise? What is the context/location of it?
 WHY the problem should be solved?

Problem Statement Template

WHO Stakeholders
Stakeholders Community, Doctors

The nature of problem


WHAT  Spread of Covid-19
 Improper symptom detection
Context/Situation
WHERE  Covid-19 can spread any where
 Chances of spread are more at crowded places

Benefits

Be able to make a correct diagnosis based on the


WHY symptoms shown by the people so that they can take
all precautionary measures to prevent it from
spreading .

DATA ACQUISITION
The next stage is Data Acquisition, where data required for the
project is acquired in specific forms and formats.

As the project is to make a Chabot app that will be able to interact


with people, and help them realize if they have been infected with
coronavirus by asking the question about the symptoms.

We need to collect data about the symptoms of Covid-19. Data can be


collected using different methods like

Survey
Official governments websites

Collecting data directly from patients

Database available on the internet.

Some of the Open-sourced Govt. portals are:

 https://www.data.gov.in
 https://www.india.gov.in

DATA EXPLORATION
After data acquisition, the data needs to be pre-processed and

cleaned so that a simplified version can be input into the machine.

Therefore, the text is normalized through different stages and reduced to

minimum vocabulary. The machine does not need grammatically correct

sentences but its essences.

Data Visualization Techniques:

MODELLING
After normalizing the text, it is sent as an input into an NLP based AI
model.
An NLP based chatbot is a computer program or artificial intelligence
that communicates with a customer via textual or sound methods

Best Approach for NLP based Chatbots

The best approach towards NLP is using Machine Learning and


Fundamental Meaning for maximizing the outcomes. They together help to
make efficient NLP based chatbots.
· Machine Language is used to train the bots, which leads it to continuous
learning for Natural Language Understanding (NLU) and Natural Language
Generation (NLG).

· Fundamental Meaning is an approach to NLP that’s helps understanding


words themselves.

EVALUATION
The final task is to test the trained AI model on real life data and see
how it is performing. The aim of evaluating an AI model, which has been
developed and trained during modelling, is to measure its performance
through some valuation metrices. These metrics are able to evaluate a
model and calculate some performance score, based on which the efficiency
of an AI model is determined.

The purpose of these functions is to provide a mathematical estimate


as to how far we are from making correct predictions. Finally, if the model
performs well on unseen new real-life data, the deployment stage is started
where it is put to use in real-life application.
After thoroughly evaluated the model is then installed in the form of
an app which can be used easily .

BIBLIOGRAPHY
AI class 9 by Sumitha Arora
AI class 10 by Sumitha Arora
AI skill course Kids
Internet: -
https://www.google.com

https://www.projectpro.io

http://cse.anits.edu.in › projects

You might also like