This project Odin personal IA assistant is what I ever wanted when studying IT, deploy my own IA personal assistant.
To help to study, run my own personal scripts, do web searches and a lot more!
One day I will implement a Neural Network to Odin!
On windows (recommended):
pip install -r requirements.txt
if you want to install on a linux (not tested yet)
you will need to remove pywin32
from requirements.txt file and then run
pip install -r requirements.txt
python Odin.py
When the program starts just wait few seconds to say
Odin start
orStart
This module perform a search on Wikipedia and read some headlines from the article found, recommended for quick searches.
To perform a wikipedia search, after the IA starts,
just say the Keyword Wikipedia
and then what you want to search.
This module performs a Google search and open a new Tab in your browser, recommended for complex searches or if you want to se and select some results.
To activate this module on Odin, just say the keyword search
and what you want to search in the same phrase.
This module just open a new tab in your browser, the sites are pre-setted sites.
To activate this module you can say the keywords in the same phrase open
and site name
.
E.G.: Odin, can you open youtube for me? please.
and Odin will open youtube in a new tab for you.
Simple module that opens the G1 site, so you can see the latest's news from Brazil and around the World.
Just say the Keyword news
and odin will open for you.
Odin can turn off your computer or can stay in background mode and will answer when you ask for him.
To ask Odin to power off your computer, you can say the keywords power off
or turn off
.
Odin will automatically go to background mode, after performing an action or you can say sleep
to form him to go to background mode.
To get Odin out of background mode you can say Odin
.
Version 0.2
- Several updates on README.md;
- Better coding practices;
- Added Google search module;
- Added News module;
- Added Power off module;
- Added Background module;
- Changes on WEB-tab module;
Version 0.1
- First scripts created;
- voice tests and dynamic configuration according to the system;
- Added Wikipedia search module;
- Added web-tab module
Better coding practices;
Neural network;
Python Scripts modules;
New modules;
GUI;