Artificial Intelligence with python
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alice_ai-1.0.1.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file alice_ai-1.0.1.tar.gz
.
File metadata
- Download URL: alice_ai-1.0.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69ce1a5d64c89a2e73535fd52baf3c1b5e1e3737351980ac4b9cece6445d8478 |
|
MD5 | d8dce104041909dc7c8954620fff20d8 |
|
BLAKE2b-256 | 6379720fe70df05b753724691ad329147664139c9160878f530a0eaefff4e8ba |
File details
Details for the file alice_ai-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: alice_ai-1.0.1-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa50adc9fd9e29046f4a037189f877e14b021b8d53c77714e82fbb3a5ea46508 |
|
MD5 | 0b83e549841d488ba2cf63d1822cd540 |
|
BLAKE2b-256 | a0971b93a22732e3c96cf0e833000da6327f92d9123f2105e667d22963042450 |