Do you want things to get executed just from your voice command? Well, it's possible now, thanks to FRIDAY, an AI virtual assistant that automates Linux or Windows system on voice.
Are you a tech enthusiast? So what are you waiting for?
Follow the instructions below to use this AI virtual assistant!
git clone https://github.com/rpj09/FRIDAY-virtual-assistant
cd F.R.I.D.A.Y-linux
"""
'email':'[email protected]', -->enter you own email
'password':'abc', -->enter you own password
'administrator':'[email protected]', -->other reciepents
'admin':'[email protected]',
"""
pip install -r requirements.txt
python main.py
git clone https://github.com/rpj09/FRIDAY-virtual-assistant
cd F.R.I.D.A.Y-windows
"""
'email':'[email protected]', -->enter you own email
'password':'abc', -->enter you own password
'administrator':'[email protected]', -->other reciepents
'admin':'[email protected]',
"""
pip install -r requirements.txt
python main.py
Are you a tech enthusiast? Want to enhance the features of this project?
Follow the steps mentioned below to contribute to this project:
1. Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/FRIDAY-virtual-assistant.git
where your_user_name is your GitHub username.
3. Navigate to the project directory.
cd FRIDAY-virtual-assistant
4. Create a new branch.
git checkout -b <your_branch_name>
5. Make necessary changes and commit them to the main branch via a pull request.
6. Track the changes you made.
git add .
7. Commit your changes.
git commit -m "what changes you made"
8. Push the committed changes in your feature branch to your remote forked repo.
git push origin <your_branch_name>
9. To create a pull request, head to your forked repository and click on Compate and pull request
. Please check that you are comparing your feature branch to the desired branch of the repo you are supposed to make a PR to.
10. Explain your pull request to the maintainers via adding appropriate title and description to your pull request explaining your changes and efforts done.
11. Then, click on Create pull request
.
12. Congratulations 🥳, you've contributed to this project. After you are done creating a pull request to this project, be patient while your PR is reviewed.
NOTE: This project has cross-platform support but requires a bit of tweaking to support platforms other than linux
- Linux
- Windows
- Mac (requires minor changes)