Alice the assistant, helps in doing things with simple commands.
Created to train algorithms and logic in developing AI, and helping someone in practicing their pronunciation in English is the main goal in making this all.
Need >=python3.5 and pip 20.0.2(iam use it)
pip install alice-ai
if something goes wrong: try to install cmake first with sudo apt install cmake
import alice_ai
# this is default settings
ENGINE = alice_ai.engine()
ENGINE.start()
# use this for advanced settings
AI_NAME = "Alice" # name robot default, change this with your robot names
MASTER_NAME = "Maestro Alvardo" # change with your name
ENGINE = alice_ai.engine(
AI_NAME,
MASTER_NAME
)
ENGINE.start()
Remember on linux run without SuperUser just:
python3 alice.py
Develop for the better because Alice is an open source project, make the version better because in this early version still have very little knowledge.