AIA is a digital assistant that takes smart homes to the next level.
- Natural language processing for seamless interaction
- AI-powered automation for tasks and device control
- Personalized experiences tailored to individual preferences
- Python
- Machine learning libraries
- Natural language processing tools
To get a local copy of the code, clone it using git:
git clone https://github.com/HOTHEAD01TH/AIA.git
cd AIA
Install dependencies:
pip install -r requirements.txt
| Script | Description |
|---|---|
| python app.py | Runs the app in development mode |
| python manage.py test | Launches the test runner |
| python manage.py runserver | Builds for production |