List of Alternative full forms for AIRA
- Artificial Intelligence Responsive Assistant
- Automated Intelligent Resourceful Agent
- Advanced Interactive Robotic Assistant
- Autonomous Interactive Response Apparatus
- Adaptive Intelligence Resource Assistant
- Augmented Intelligence Robotic Advisor
- Advanced Integrated Response Algorithm
- Automated Information Retrieval Agent
- Analytical Intelligent Response Assistant
- Artificially Intelligent Robotic Aid
The Artificially Intelligent Responsible (also Robotic) Assistant is a Python project that implements a personal assistant using the customtkinter
library for a graphical user interface. This project allows you to interact with the assistant through text input instead of voice commands.
- Text input for issuing commands
- Processing commands like opening applications, searching the web, and playing music (requires additional setup)
- Displaying output in the GUI
- Prerequisites:
- Python 3.7 (or later)
- Installation:
git clone https://github.com/your-usernameinfinotiver/aira.git pip install -r requirements.txt
- Run the application:
or
python assistant_with_gui.py
python main.py
main.py
contains text based assistant whereasassistant_with_gui.py
contains the GUI based assistant
To use the AIRA, follow these steps:
- Open the application.
- Input a command to the application.
- The AIRA will process the command and provide output.
Contributions to AIRA are highly appreciated. Here's how you can contribute:
- Fork the repository.
- Create a new branch for your fix or feature.
- Make your changes and commit them.
- Push your branch to your forked repository.
- Create a pull request against the
main
branch of the upstream repository. - Wait for the review and merge your pull request.
Remember to write detailed commit messages and include a brief description of the changes made in the pull request.
Make sure to follow the black styling ( or PEP 8 ) and include tests for any new features or bug fixes.