Report File Project2-Converted (1) .Docx17
Report File Project2-Converted (1) .Docx17
Intelligence (Paper/Patent)
A Report for the Review1 of Capstone Design -I
TABLE OF CONTENTS
1. ABSTRACT 3
1
2. MODERNIZATION IN FEILD OF EDUCATION 4
3. PROBLEM FORMUTATION 5
(What is need of AI in Education)
6. REQUIRED TOOLS 7
7. CONCLUSION 8
8 REFRENCES 9
ABSTRACT
Now a days, technology became integral part of human life. They are changing our way of
looking information, how we communicate from each other and even how we behave
basically we can say that technology brought a huge transformation in every field of human
life. The main motive of this paper is how we can improve the quality of education using AI
2
and how AI tutor can reduce the workload of human teachers and from this we can transform
and reshape the education landscape. Artificial Intelligence is now a part of our normal lives.
We are surrounded by this technology from automatic parking systems, smart sensors for
taking spectacular photos, and personal assistance. Similarly, Artificial Intelligence in
education can brought a waste change, so that everyone one will get good quality of
education.
As we all know Artificial intelligence have the potential to accelerate the process of the global
education goals through reducing the barrier to access learning process and optimizing
methods in order to improve the learning outcomes as well as quality of education among
human.
As a Consequence, the educational landscape has also begun to change day by day. As we
know, more and more educational programs have digital culture into the curriculum. For
3
example, in France, even primary schools provide some courses About internet technologies,
while high school students must pass an exam proving their computer skills. Moreover,
educational facilities have Leaning Management Systems (LMS) installed such as Moodle.
These changes affected not only educational curriculum. In recent years more and more
different interactive Educational technologies are becoming popular. Students use tablets
instead of copybooks, teachers utilize different Learning platforms such as Google Classroom,
Power School, Moodle. There are a large number of Massive Open Online Courses for the
online study such as coursera.com. The growing amount of Activate users of MOOCs courses
shows that the electronic and distance learning methodologies are appreciated by the society.
At the same time, we can observe recent advances of Virtual Reality (VR), Augmented
Reality (AR) and Artificial Intelligence (AI) and its application to educational process. For
example, in Neurosurgery, VR technologies already have a serious impact – 3D Oculus
Surgical Theatre.
PROBLEM FORMULATION
As we are aware the in current Learning scenario teachers or Faculty are unable spend more
time with students and also, they are unable give their best what they want to give because of
so many different types of work they have such do administration task, grading and so many
different lots of work. Due to having lots of works they face these common issues.
Due to these issues the quality of education get decreased and it directly affect our Education
systems on large scale.
While our way of living and daily operations has been rapidly altered, till date, traditional
methods are practiced in the education sector. Kids today are mostly not engaged in
traditional games and toys and colouring books. Most of their activities revolve around laptop
screens, smartphones, and tablets. Moreover, today’s education system is still more static and
traditional. So, a change in the paradigm of education is needed to keep up with the changing
requirements and lifestyle of the students.
4
“India is still waking up to the new concepts of digitisation and the education industry being
still untouched will not only benefit the student when it comes to harnessing their
individualistic potential, but will also allow the trainers some space by letting go off some
mundane tasks that they do in today’s traditional way of teaching”, said Mr. Abhishek
Manjrekar, CMO – Marketing & Analytics at Foreign Academic Consultancy & Training
(FACT).
The academic world is becoming more convenient and personalized thanks to the numerous
applications of AI for education. This has changed the way people learn since educational
materials are becoming accessible to all through smart devices and computers. Today,
students don’t need to attend physical classes to study as long as they have computers and
internet connection. AI is also allowing the automation of administrative tasks, allowing
institutions to minimize the time required to complete difficult tasks so that the educators can
spend more time with students. Our current research suggests that 20 to 40 percent of current
teacher hours are spent on activities that could be automated using existing technology. That
translates into approximately 13 hours per week that teachers could redirect toward activities
that lead to higher student outcomes and higher teacher satisfaction.
5
REQUIRED TOOLS
Hardware Requirements
Past Research Paper which support our argument.
Implementation Model
Internet connection to collect infection.
Software Requirements
None .
CONCLUSION
Artificial intelligence is the most intriguing of technological advancements of our time. From
Creating advanced data-collecting algorithms to providing detailed and customized student
Feedback, AI shines as the most competent AI can quickly interpret a student’s needs and
design. An appropriate assessment. It can show students mastery, repeat lessons as needed and
quickly .Design a personalized learning plan for each student. AI could provide teachers with
a virtual Teaching assistant. But more than just teachers and students, it can be a way to
support parents by Involving them in the learning environment of students and providing them
with the information They need to help their students be successful when they’re not in the
classroom. The Future likely holds a lot of possibilities for AI.
6
Progress and implementation of AI in various sectors have
been very impressive. However, in comparison to non-education sectors, AI application in
the education sector has been very pale. However, the application of AI is spreading daily and
so are e-learning platforms. According to Edtech Magazine, a research predicts that through
2021, the application of AI in the education sector will grow by 47.5%. So, the possibilities
for AI to make significant contributions in education is tremendous. This huge potential
shouldn’t be wasted.
REFERENCE
CHATBOT IMPLEMENTATION
7
1. Analyze Your Potential Client
PRE-REQSITE:
->pip install tensor flowl keras pickel nlkt.
IMPORT THESE LIBRARY :
Import nltk
from nltk.stem import WordNetLemmatizer
nltk.download(‘popular’, quiet=True) # for downloading popular packages
nltk.download(‘punkt’)
nltk.download(‘wordnet’)
CODE :
8
return sentence_words # return bag of words array: 0 or 1 for words that exist
in sentence
ERROR_THRESHOLD = 0.25
= intents_json['intents’] for i in
list_of_intents:
if(i['tag']== tag):
9
result = random.choice(i['responses’])
#Creating tkinter GUI import tkinter from tkinter import * def send(): msg =
EntryBox.get("1.0",'end-1c').strip() EntryBox.delete("0.0",END) if msg !=
'': ChatBox.config(state=NORMAL)
ChatBox.config(foreground="#446665", font=("Verdana", 12 ))
ChatBox.config(state=DISABLED)
root.title("Chatbot")
root.geometry("400x500")
ChatBox['yscrollcommand'] = scrollbar.set
11
12
13