|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBOOKCENTRAL_ocn954215233 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
160729s2016 xxua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d YDXCP
|d IDEBK
|d EBLCP
|d GW5XE
|d AZU
|d COO
|d OCLCF
|d N$T
|d STF
|d VT2
|d QCL
|d OCLCQ
|d IDB
|d MERUC
|d UAB
|d K6U
|d IAD
|d JBG
|d ICW
|d ILO
|d ICN
|d OTZ
|d LIV
|d OCLCQ
|d ESU
|d OCLCQ
|d IOG
|d U3W
|d REB
|d D6H
|d VVB
|d KSU
|d AU@
|d OCLCO
|d OCLCQ
|d WYU
|d UKMGB
|d LEAUB
|d UKAHL
|d OCLCQ
|d ERF
|d LEATE
|d OCLCQ
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCL
|
015 |
|
|
|a GBB8L6561
|2 bnb
|
016 |
7 |
|
|a 019126999
|2 Uk
|
019 |
|
|
|a 961862302
|a 964865659
|a 1005831890
|a 1011795982
|a 1026468099
|a 1027130931
|a 1048122779
|a 1058294332
|a 1066459140
|a 1066518075
|a 1086453648
|a 1097094661
|a 1112553572
|a 1112859594
|a 1122817678
|a 1129358385
|
020 |
|
|
|a 9781484221679
|q (electronic bk.)
|
020 |
|
|
|a 1484221672
|q (electronic bk.)
|
020 |
|
|
|z 9781484221662
|q (print)
|
020 |
|
|
|z 1484221664
|q (print)
|
024 |
7 |
|
|a 10.1007/978-1-4842-2167-9
|2 doi
|
029 |
1 |
|
|a AU@
|b 000058580695
|
029 |
1 |
|
|a AU@
|b 000058595826
|
029 |
1 |
|
|a AU@
|b 000067091179
|
029 |
1 |
|
|a CHNEW
|b 000885632
|
029 |
1 |
|
|a CHNEW
|b 001069064
|
029 |
1 |
|
|a CHVBK
|b 577482890
|
029 |
1 |
|
|a DEBBG
|b BV043895201
|
029 |
1 |
|
|a UKMGB
|b 019126999
|
035 |
|
|
|a (OCoLC)954215233
|z (OCoLC)961862302
|z (OCoLC)964865659
|z (OCoLC)1005831890
|z (OCoLC)1011795982
|z (OCoLC)1026468099
|z (OCoLC)1027130931
|z (OCoLC)1048122779
|z (OCoLC)1058294332
|z (OCoLC)1066459140
|z (OCoLC)1066518075
|z (OCoLC)1086453648
|z (OCoLC)1097094661
|z (OCoLC)1112553572
|z (OCoLC)1112859594
|z (OCoLC)1122817678
|z (OCoLC)1129358385
|
037 |
|
|
|a com.springer.onix.9781484221679
|b Springer Nature
|
050 |
|
4 |
|a QA76.76.A65
|
072 |
|
7 |
|a COM
|x 050010
|2 bisacsh
|
072 |
|
7 |
|a UYQ
|2 bicssc
|
072 |
|
7 |
|a TJFM1
|2 bicssc
|
082 |
0 |
4 |
|a 005.1
|2 23
|
082 |
0 |
4 |
|a 004
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Pant, Tanay,
|e author.
|
245 |
1 |
0 |
|a Building a virtual assistant for Raspberry Pi :
|b the practical guide for constructing a voice-controlled virtual assistant /
|c Tanay Pant.
|
264 |
|
1 |
|a [United States] :
|b Apress,
|c 2016.
|
264 |
|
2 |
|a New York, NY :
|b Distributed to the Book trade worldwide by Springer
|
264 |
|
4 |
|c ©2016
|
300 |
|
|
|a 1 online resource (xvii, 95 pages) :
|b color illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
490 |
1 |
|
|a Technology in Action
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (SpringerLink, viewed August 9, 2016).
|
520 |
|
|
|a Build a voice-controlled virtual assistant using speech-to-text engines, text-to-speech engines, and conversation modules. This book shows you how to program the virtual assistant to gather data from the internet (weather data, data from Wikipedia, data mining); play music; and take notes. Each chapter covers building a mini project/module to make the virtual assistant better. You'll develop the software on Linux or OS X before transferring it to your Raspberry Pi, ready for deploying in your own home-automation or Internet of Things applications. Building a Virtual Assistant for Raspberry Pi walks you through various STTs and TTSs and the implementation of these components with the help of Python. After that you will start implementing logic for handling user queries and commands, so that the user can have conversations with Melissa. You will then work to improve logic handling to detect what the user wants Melissa to do. You will also work on building some useful applications/modules for Melissa, which will allow you to gain interesting information from Melissa such as the time, weather information, and data from Wikipedia. You will develop a music playing application as well as a note taking application for Melissa, laying the foundations for how Melissa can be further extended. Finally, you will learn how to deploy this software to your Raspberry Pi and how you can further scale Melissa to make her more intelligent, interactive and how you can use her in other projects such as home automation as well. What You'll Learn Design the workflow and discover the concepts of building a voice controlled assistant Develop modules for having conversations with the assistant Enable the assistant to retrieve information from the internet Build utilities like a music player and a note taking application for the virtual assistant Integrate this software with a Raspberry Pi Who This Book Is For This book is for anyone who has built a home automation project with Raspberry Pi and now want to enhance it by making it voice-controlled. The book would also interest students from computer science or related disciplines.
|
505 |
0 |
|
|a At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Chapter 1: Introduction to Virtual Assistants; Commercial Virtual Assistants; Raspberry Pi; How a Virtual Assistant Works; Speech-to-Text Engine; Logic Engine; Text-to-Speech Engine; Setting Up Your Development Environment; Python 2.x; Python Package Index (PyPI); Version Control System (Git); PortAudio; PyAudio; Designing Melissa; Learning Methodology; Summary; Chapter 2: Understanding and Building an Application with STT and TTS; Speech-to-Text Engines; Freely Available STTs.
|
505 |
8 |
|
|a Installing SpeechRecognitionRecording Audio to a WAV File; Speech Recognition; Google STT; Wit.ai STT; IBM STT; AT & T STT; Melissa's Inception; Text-to-Speech Engine; OS X; Linux; Building the TTS Engine; Repeat What I Say; Integrating STT and TTS in Melissa; Version-Controlling Your Source Code; Obtaining the Code from GitHub; Summary; Chapter 3: Getting Your Hands Dirty: Conversation Module; Logic Engine Design; Making Melissa Responsive; Fixing Limitation 1; Fixing Limitation 2; Extending Functionality; What's the Time, Melissa?; Committing Changes; Summary.
|
505 |
8 |
|
|a Chapter 4: Using the Internet to Gather InformationHow's the Weather?; Define Artificial Intelligence!; Read Me Some Business News!; Text-Controlled Virtual Assistant; Selenium and Automation; Time to Sleep, Melissa!; Summary; Chapter 5: Developing a Music Player for Melissa; OS X Music Player; Linux Music Player; Module Workflow; Building the Music Module; Play Party Mix!; Summary; Chapter 6: Developing a Note-Taking Application; Design Workflow; Designing the Database; Inner Workings of the Virtual Assistant; Building the Note-Taking Module; Building a Note-Dictating Module; Exercises.
|
505 |
8 |
|
|a Offline Speech-to-Text (STT)Where Do I Use Melissa?; Drones; Humanoid Robots; House-Automation Systems; Burglar-Detection System; Summary; Index.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Intelligent personal assistants (Computer software)
|
650 |
|
0 |
|a Raspberry Pi (Computer)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Assistants personnels virtuels (Logiciels)
|
650 |
|
6 |
|a Raspberry Pi (Ordinateur)
|
650 |
|
7 |
|a Artificial intelligence.
|2 bicssc
|
650 |
|
7 |
|a Robotics.
|2 bicssc
|
650 |
|
7 |
|a Computer hardware.
|2 bicssc
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x Personal Computers
|x PCs.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Intelligent personal assistants (Computer software)
|2 fast
|
650 |
|
7 |
|a Raspberry Pi (Computer)
|2 fast
|
758 |
|
|
|i has work:
|a Building a virtual assistant for Raspberry Pi (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCG3DtxJBbXFm4rKv4bFtKd
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484221662
|
830 |
|
0 |
|a Technology in action.
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4614817
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32217800
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4614817
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1292348
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis35373850
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13097989
|
994 |
|
|
|a 92
|b IZTAP
|