Skip to content

Latest commit

 

History

History
83 lines (76 loc) · 2.09 KB

README.md

File metadata and controls

83 lines (76 loc) · 2.09 KB

FRIDAY-Assistant

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.

Friday Assistant

  • Overview
  • Your Personal Voice Assistant

    Meet Friday, your intelligent companion for daily tasks and interactions

  • Features
  • Key Features

    Voice Interaction

    Natural voice responses using pyttsx3

    Web Navigation

    Quick access to popular websites and applications

    Time Management

    Date and time information at your command

    Utilities

    Calculator, Wikipedia search, and more

  • Requirements
  • System Requirements

    Hardware Requirements

    • Microphone (for future voice input)
    • Speakers or Headphones
    • 2GB RAM minimum
    • Internet Connection

    Software Requirements

    • Python 3.7 or higher
    • Windows/Linux/MacOS
    • Required Python packages
  • Installation
  • Installation Guide

Clone the repository

git clone https://github.com/harshgupta2125/friday-assistant.git

Navigate to the project directory

cd friday-assistant

Create virtual environment

python -m venv venv

Activate virtual environment

On Windows:

venv\Scripts\activate

On Linux/Mac:

source venv/bin/activate

Then install requirements

pip install -r requirements.txt

Run Friday

python friday.py