Skip to main content

WBE

After many decades of research, we are excited to announce the first whole brain emulator.

To use it:

from wbe import WBE
from PIL import Image
import requests
from io import BytesIO

# URL of the image
url = "https://i.imgflip.com/22zhdm.jpg"

# Fetch the image
response = requests.get(url)
response.raise_for_status()

# Load the image into Pillow
image = Image.open(BytesIO(response.content))

# Initialise emulator
brain = WBE().wakeup()

# Simulate
thought = brain.emulate(image)
print(thought)
# "Where the fuck am I?"

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wbe-0.0.1.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wbe-0.0.1-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file wbe-0.0.1.tar.gz.

File metadata

  • Download URL: wbe-0.0.1.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.4

File hashes

Hashes for wbe-0.0.1.tar.gz
Algorithm Hash digest
SHA256 cc22b97f66e01225b867152dc020ce0027d8edb964ccfa0271e03bdc0661d808
MD5 2b9a084fbdb31ab34bb6f6eb462ee521
BLAKE2b-256 4d0328d4736d9e16a264d511cedf10c5ab9d29be66408417033737db333a6fea

See more details on using hashes here.

File details

Details for the file wbe-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: wbe-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.4

File hashes

Hashes for wbe-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a005ab40785334575d753311533e4ad84da69adeb0c0fc444482bc7f48ee524b
MD5 67c7054bcc3b22ecc032d630f68b9784
BLAKE2b-256 45c9abd0fff1cc3a7c8356f0abb098beb6914253d1791b2fbc4e4c15a8f0e2d5

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.1 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page