Skip to main content

No project description provided

Project description

Xemporal

  1. wget https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt

Setting up the runtime environment

brew install pipx
sudo pipx --global ensurepath
pipx install poetry
pipx install -U pip setuptools
poetry config virtualenvs.in-project true
poetry config virtualenvs.prefer-active-python true

Setting up the project

virtualenv .venv --python=python3.12
poetry shell
poetry install
poetry build
poetry run pytest (not working due to linking issues)
python integration_tests.py

Development

wget https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt
python bigram.py

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

xemporal-0.1.3.tar.gz (162.8 kB view hashes)

Uploaded Source

Built Distribution

xemporal-0.1.3-cp312-cp312-macosx_13_0_arm64.whl (162.6 kB view hashes)

Uploaded CPython 3.12 macOS 13.0+ ARM64

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