Skip to content

Pratyush1211/voice-controlled-assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOICE CONTROLLED ASSISTANT

This project aims to build a voice controlled assistant for visually impaired persons (Proof of Concept).

NOTE 1: For the proof of concept, the voice is being tranfered through bluetooth using a mobile app.
NOTE 2: For the proof of concept, certain functions are hardcoded, there is no intelligence involved.

It provides various functionalities like:

  • Control home appliances.
  • Perform various operations on a desktop like getting information from wikipedia, open applications, getting random jokes etc.

Tech. Stack

Hardware Required

  • Arduino Uno
  • Bluetooth Module HC-05
  • Buzzer
  • Bulb
  • Motor
  • Relay

Software Required

  • Proteus
  • Arduino IDE
  • Python
  • All the python libraries mentioned on requirements.txt

Circuit Diagram

circuit_diagram

Architecture

architecture

Credits for POC

  • Shivansh Goel
  • Pratyush Motha

Contact for further ideas/ our progress

LICENSE

MIT License

Copyright (c) 2022 Shivansh Goel

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Voice controlled assistant for visually impaired persons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.9%
  • C++ 21.4%
  • Shell 4.7%