alice

Alice the assistant, helps in doing things with simple commands.

View the Project on GitHub maestroal/alice

Alice the Virtual Assistant


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.

Installing

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

Start the ALice AI with python file

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()

Run Alice

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.

@Developed by Maestro Alvardo

Buy Me A Coffee