Skip to content

A Python-based project named "IRIS," designed to perform searching up a query on the web using voice commands. This project demonstrates skills in Python programming and basic project structure.

License

Notifications You must be signed in to change notification settings

AvAdiii/iris-v1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IRIS v1.0

Features

  • 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.

Installation

To run Iris Bot locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/AvAdiii/iris-v1.0.git
  2. Navigate to the project directory:

    cd iris-v1.0
  3. Install the required dependencies (if any):

    pip install -r requirements.txt

Usage

  1. Run the bot:

    python main.py
  2. Follow the on-screen instructions to interact with the bot.

Project Structure

iris-bot/
├── main.py           # Main Python file
├── README.md             # Project documentation
└── requirements.txt      # Dependencies

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.

License

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

About

A Python-based project named "IRIS," designed to perform searching up a query on the web using voice commands. This project demonstrates skills in Python programming and basic project structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages