alice-ai 1.0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

aliceai 1.0.1

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


try to speak with good vocabulary and try to order something
hello
how are you
search (something) # will search on google
open youtube # opening youtube
ask the time now
do you like (something) # ask alice
other will updates

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.