- Voice Recognition
- Utilizes the speech_recognition library to listen for and recognize voice commands.
- Text-to-Speech
- Converts text to speech using pyttsx3 for local conversion.
- Web Browsing
- Opens websites like Google, Facebook, YouTube, and LinkedIn based on voice commands.
To run Iris Bot locally, follow these steps:
-
Clone this repository:
git clone https://github.com/AvAdiii/iris-v1.0.git
-
Navigate to the project directory:
cd iris-v1.0
-
Install the required dependencies (if any):
pip install -r requirements.txt
-
Run the bot:
python main.py
-
Follow the on-screen instructions to interact with the bot.
iris-bot/
├── main.py # Main Python file
├── README.md # Project documentation
└── requirements.txt # Dependencies
Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.
This project is licensed under the MIT License. See the LICENSE file for details.