0% found this document useful (0 votes)
456 views2 pages

3.smart Receptionist Without Human Interference Using AI Algorithm Using Raspberry Pi

This document describes a smart receptionist system using a Raspberry Pi that can identify visitor gender using a webcam, provide visitor information, and schedule appointments by sending emails. The system uses a voice command interface with speech recognition and text-to-speech capabilities. It operates using Python software on a Raspberry Pi with inputs from a microphone, webcam, keyboard and outputs to speakers.

Uploaded by

dileeppatra
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)
456 views2 pages

3.smart Receptionist Without Human Interference Using AI Algorithm Using Raspberry Pi

This document describes a smart receptionist system using a Raspberry Pi that can identify visitor gender using a webcam, provide visitor information, and schedule appointments by sending emails. The system uses a voice command interface with speech recognition and text-to-speech capabilities. It operates using Python software on a Raspberry Pi with inputs from a microphone, webcam, keyboard and outputs to speakers.

Uploaded by

dileeppatra
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/ 2

SMART RECEPTIONIST WITHOUT HUMAN INTERFERENCE USING

AI ALGORITHM USING RASPBERRY PI

Abstract:
Our project, smart-receptionist is an automated reception system that takes the role of a
receptionist and greets the incoming visitors by identifying the visitor gender. It provides the
information for the visitors queries. This system also fixes the visitor’s appointments with the
higher authorities in the offices and intimates them through sending mails.

Keywords: Raspberry pi, Email, Web camera

A Voice Command System essentially means a system that processes voice as an input, decodes
or understands the meaning of that input processes it and generates an appropriate voice output.
Any voice command system need three basic components which are speech to text converter,
query processor and a text to speech converter. Voice has been a very integral part of
communication nowadays. Since, it is faster to process sound and voices than to process written
text, hence voice command systems are omnipresent in computer devices. There have been some
very good innovations in the field of speech recognition.

Some of the latest innovations have been due to the improvements and high usage of big data
and deep learning in this field. These innovations have attributed to the technology industry
using deep learning methods in making and using some of the speech recognition systems,
Google was able to reduce word error rate by 6% to 10% relative, for the system that had the
word error rate of 17% to 52%. Text to speech conversion is the process of converting a machine
recognized text into any language which could be identified by a speaker when the text is read
out loud. It is two step processes which is divided into front end and back end. First part is
responsible for converting numbers and abbreviations to a written word format. This is also
referred to as normalization of text. Second part involves the signal to be processed into an
understandable one.
Hardware Tools
1) Raspberry Pi 3 b
2) Adaptor 5V/2A
3) USB speakers
4) SD card 16Gb class 10
5) USB camera (webcam)
6) VGA to HDMI cable
7) Monitor, USB mouse and Keyboard
8) MIC

Software Tools
1) Raspbian Operating system
2) OpenCV
3) Pyaudio
4) Numpy
5) Python IDEL

BLOCK DIAGRAM:

SPEAKER CONNECTED TO 3.5V O/P JACK

You might also like