build-your-own-x/alexa-assistant/README.md
2025-11-22 19:05:57 +05:30

473 B

Build Your Own Alexa Assistant

This project shows how to build a basic Alexa-like voice assistant using Python. It listens to voice commands, answers questions, performs searches, tells the time, and can be extended easily.

Features

  • Voice recognition (SpeechRecognition)
  • Text-to-Speech (pyttsx3)
  • Online search functionality
  • Time and date responses
  • Custom command support
  • Extendable skills system

Installation

pip install -r requirements.txt