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-0.9.0.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-0.9.0.tar.gz.
File metadata
- Download URL: veryeasyai-0.9.0.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 |
dd3684d589d9fb238f881e207338437331642ea6b3a5ebab2efdfaa3e205b875
|
|
| MD5 |
0567875cdbb321a750b954c792a18e96
|
|
| BLAKE2b-256 |
35bb7834d175f9d40b9c9b4ad8feedf7f05d8fc2ddde5c17d1f366feced57c48
|
File details
Details for the file veryeasyai-0.9.0-py3-none-any.whl.
File metadata
- Download URL: veryeasyai-0.9.0-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 |
293fa8434eafad7d0b1aa1a40914e7a985ab6b09771e50f6bbd66abace1dd412
|
|
| MD5 |
ab90babdde245a78a2ff360183bdd385
|
|
| BLAKE2b-256 |
acf06418c4e9722f23d986e7966b64b381923b4032194ba1a062c8d7b6b66977
|