Uma IA simples com suporte a chat, regressão, RNN, pesquisa na web e análise de dados
Project description
VeryEasyAI
Uma biblioteca de IA extremamente simples para chat, previsões, regressões, redes neurais e busca na internet.
Instalação (local/testing):
pip install -e .
Exemplo rápido:
import veryeasyai as veai
bot = veai.ChatAI()
bot.treinar(["oi", "qual seu nome?"], ["Oi!", "Eu sou a VeryEasyAI!"])
print(bot.responder("oi"))
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
veryeasyai-1.0.1.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file veryeasyai-1.0.1.tar.gz.
File metadata
- Download URL: veryeasyai-1.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b198a1262949e34fcbf844e86ccef31668052e57a6256e73a91f90ed9112d497
|
|
| MD5 |
47da6d9da3b80e88c14188b5755387b8
|
|
| BLAKE2b-256 |
ad593182e9548c8aac359a1b306ebc02222b8e2cf4a98c2aa15f10e01409afe3
|
File details
Details for the file veryeasyai-1.0.1-py3-none-any.whl.
File metadata
- Download URL: veryeasyai-1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fc37e7ab3892b37d52496f0ae95941a516b9d6be1a98cb2ce499f5f8aa8e7de
|
|
| MD5 |
af0261796c5f804ba3c1667de57755c3
|
|
| BLAKE2b-256 |
291693ec1c8900c60b2edfc675260231eec4955be16b324694adce080b14d301
|