
This lecture gives you a complete overview of the course. It contains a rundown of the course contents.
This lecture is meant to be an introduction to the concepts of automation and speech recognition. It also outlines the advantages of an automated system over conventional systems.
This lecture lists the various hardware and software requirements of the speech-recognition based home automation system.
The lecture is divided into two parts - Hardware and software requirements - with the software requirement section providing a brief introduction to each software platform or application.
This lecture is the starting point of the project. It focuses on setting up a USB audio device connected to the Raspberry Pi and then installing the Jasper voice platform and eSpeak-TTS on the Pi.
This lecture deals with post-installation configuration of the Jasper voice platform.
This includes setting up of a personalized Jasper profile, changing Jasper's microphone settings to improve quality, and adding the Speech-to-Text and Text-to-Speech engines to the Jasper platform.
This lecture also guides you through training and validating your wit.ai bot.
This lecture begins the process of modifying Jasper to swap its passive listening feature for Snowboy hotword detection.
This lecture involves a step-wise guide to installing Snowboy hotword detection on the Raspberry Pi followed by its integration to the Jasper voice platform.
This lecture contains new Python files required to swap Jasper's passive listening feature with Snowboy's hotword detection.
It also contains reference material that can be used to edit the existing Python files for Snowboy integration and customization.
This lecture is meant as a guide to aid in the writing of custom voice modules for the Jasper platform. It contains brief explanations and examples on how to write a standard Jasper voice module.
This lecture contains a pictorial representation of the circuit and connections needed to setup the basic lighting and fan control system.
This module teaches you how to write a very basic light and fan control Jasper voice module.
It involves multiple lines of Python code and step-by-step explanations for each segment of the code.
This lecture contains complete error-free source code of the Jasper voice module for light and fan control.
This lecture demonstrates the real time working of the home automation system using the voice Jasper module created in the preceding lectures.
This lecture contains a pictorial representation of the circuit needed to setup a servo motor control system.
This lecture begins with a brief introduction to servo motors.
The lecture then moves on to writing a Jasper voice module to control a servo motor. It is a guide to the Python code - including the file handling I/O section. The code is split into manageable sections for ease of understanding.
This lecture contains complete error-free source code of the Jasper voice module for servo motor control.
This lecture demonstrates the real time working of servo motor voice-control system using the Jasper voice module created in the preceding lectures.
The final lecture of this course. Contains a summary of the course and outlines avenues for possible expansion of the project.
This course will focus on teaching you how to set up your very own speech recognition-based home automation system to control basic home functions and appliances automatically and remotely using speech commands. Furthermore, we will teach you how to control a servo motor using speech control to move the motor through a required angle.
To learn how to automate your home, the best place to start is with your personal needs. So, in this course, we will focus on basic control of lighting and ventilation inside a home. This will give you a solid base to build upon by teaching you the basics required for simple speech-controlled automation and enable you to automate almost any appliance in your house – limited only by your creativity and knowledge.
Once we have grasped basic lighting control, we will move on to controlling a servo motor using PWM output from the Raspberry Pi GPIO pin. We will also use python file I/O to store the motor’s position.
This home automation course will involve teaching you how to control and automate lighting and ventilation appliances, with the potential for expansion of the system to control a variety of services and functions – from home appliances to monitoring and security systems. The system used for home automation will involve using Raspberry Pi 3 and writing python codes as modules for Jasper, which is an open-source platform for developing always-on speech controlled applications.
This course aims to help you attain control of household activities, and appliances via futuristic speech recognition. Using Speech-to-text and text-to-speech engines, it is possible to communicate effectively and efficiently with Jasper to carry out simple commands or tasks like activating, and deactivating relay switches to control home appliances without the need for physical exertion.
This course will also teach you how to modify the open source Jasper platform to use Snowboy hotword detection engine for offline speech recognition for keyword detection while using wit ai online speech recognition for command word detection. We do this as a precaution to safeguard the privacy of the user while retaining Jasper’s always listening feature.