A Python-based personal voice assistant that helps you with daily tasks and interactions. Friday is designed to be your digital companion, capable of performing various operations through simple text commands.
- Overview
- Features
- Requirements
- Installation
Meet Friday, your intelligent companion for daily tasks and interactions
git clone https://github.com/harshgupta2125/friday-assistant.git
cd friday-assistant
python -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python friday.py