Skip to main content

Brain emulation with a convenient pip install

Project description

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?"

Project details


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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page