Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 4.04 KB

README.md

File metadata and controls

76 lines (52 loc) · 4.04 KB

Friday Assistant

Welcome to Friday, your personal AI assistant inspired by the Marvel Cinematic Universe! Friday is designed to be your helpful companion on Windows, capable of opening URLs, launching applications, performing web searches, conducting AI-powered research, and engaging in conversation.

Features

  • Voice activation and speech recognition
  • Web browsing and URL opening
  • Application launching
  • Web searches and AI-powered research
  • Natural language conversation
  • Windows exclusive

Prerequisites

  • Windows operating system
  • Python 3.8 or higher
  • Virtual environment (recommended)

Installation

  1. Clone this repository:

    git clone https://github.com/yash373/friday.git
    cd friday-assistant
    
  2. Create and activate a virtual environment:

    python -m venv venv
    venv\Scripts\activate
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Activate your virtual environment if not already active:

    venv\Scripts\activate
    
  2. Run the Friday assistant:

    python friday.py
    
  3. Once the program has started, say "Friday" to activate the assistant and start listening for commands.

Command Examples

  • "Friday, open youTube.com"
  • "Friday, show me a youtube tutorial on how to make an origami hulk"
  • "Friday, conduct research on how to make an arc reactor?"

Customization

To add new features or modify existing ones, dive into the code. The main logic can be found in friday.py, with additional modules for specific functionalities.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Inspired by the Friday AI assistant from the Marvel Cinematic Universe
  • Built with love by AI enthusiasts for AI enthusiasts

Remember, with great power comes great responsibility. Use Friday wisely!