Skip to content

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.

Notifications You must be signed in to change notification settings

harshgupta2125/FRIDAY-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages