Welcome to GUMP

Thank you for your purchase. Here's how to get started.
1

Install the package

pip install begump

This installs all GUMP tools. Everything runs on your machine. Nothing is sent anywhere.

2

Import what you need

from gump.oracle import Oracle          # prediction
from gump.trace import scan             # forensics
from gump.foldwatch import foldwatch    # protein analysis
from gump.sentinel import Sentinel      # security
from gump.accord import Accord          # compliance
from gump.sensor import UniversalSensor # time series
from gump.aitrainer import AITrainer    # ML training
from gump.knowledge import KnowledgeEngine
from gump.learnengine import LearnEngine
from gump.orgxray import scan as org_scan
from gump.turbo import compile_and_run
3

Run your first analysis

# Example: predict the next 10 values in a sequence
from gump.oracle import Oracle

o = Oracle('my_data')
o.feed([100, 102, 98, 105, 97, 110, 95, 112, 93, 115])
result = o.predict(steps=10)

print(result['forecast'])      # next 10 values
print(result['confidence'])    # how reliable
print(result['frequencies'])   # hidden patterns found
4

Read the docs

Full documentation for all products: begump.com/docs

Every product page has benchmarks, use cases, and honest limits.

SUPPORT

Email [email protected] with any questions. I read every email and respond within 24 hours on business days.

Include your Stripe receipt email so I can verify your subscription.

YOUR DATA

Everything runs locally. Your data never leaves your machine. There are no analytics, no telemetry, no tracking in the package. Privacy policy.

UPDATES

To get the latest version:

pip install begump --upgrade

New features, bug fixes, and algorithm improvements are released through PyPI. Your subscription funds continued development.

CANCELLATION

Cancel anytime through your Stripe billing portal. No questions asked. 30-day money-back guarantee on first purchase.

GUMP[email protected]terms