An AI assistant that automates Linux or windows system on voice
#clone the repository
git clone https://github.com/rpj09/FRIDAY-virtual-assistant
cd F.R.I.D.A.Y-linux
# For windows replace F.R.I.D.A.Y-linux with F.R.I.D.A.Y-windows
#Now enter your details in eemail.py and online_class_links.py
"""
'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
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)