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.
- Voice activation and speech recognition
- Web browsing and URL opening
- Application launching
- Web searches and AI-powered research
- Natural language conversation
- Windows exclusive
- Windows operating system
- Python 3.8 or higher
- Virtual environment (recommended)
-
Clone this repository:
git clone https://github.com/yash373/friday.git cd friday-assistant
-
Create and activate a virtual environment:
python -m venv venv venv\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Activate your virtual environment if not already active:
venv\Scripts\activate
-
Run the Friday assistant:
python friday.py
-
Once the program has started, say "Friday" to activate the assistant and start listening for commands.
- "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?"
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.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- 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!