Skip to content

th3r4ven/OdinProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin eye
Odin Project


Python 3.8.6 Windows Version

Sumary


Project

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!


Installation

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

How to run

python Odin.py

When the program starts just wait few seconds to say Odin start or Start

Modules

Wikipedia

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.


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


Web-tab

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.


News

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.


Power Off/Background

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.

Background

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.


Changelog

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

Next Steps

Better coding practices;
Neural network;
Python Scripts modules;
New modules;
GUI;

About

Odin personal IA assistent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages