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.8.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.8.0.tar.gz.
File metadata
- Download URL: veryeasyai-0.8.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 |
57d6fa8077725bf8dc995e961ec33b3b1ba6d3272bfa749bdcd200da0c901e7c
|
|
| MD5 |
210f2c2627052e6b9cc2a2bad28a1d30
|
|
| BLAKE2b-256 |
f0ce59214ac00871d6e35448038aa84a6a9107e60c108d0e817b945a56d7b5d5
|
File details
Details for the file veryeasyai-0.8.0-py3-none-any.whl.
File metadata
- Download URL: veryeasyai-0.8.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 |
8cbd19f7d0770a0eff6cc834952b4832db8380bddab37daf52169061704fa394
|
|
| MD5 |
16287b4e99f432bd7c64f883f8425b0a
|
|
| BLAKE2b-256 |
d52a42c6a8c53b4a09a697dabe014a3c0849db8ae98921db676053d434e9ee79
|