Skip to content

The Victor Synthetic Super Intelligence Hub is a production-grade integration system that unifies scattered codebases from the MASSIVEMAGNETICS ecosystem into a single, orchestrated AGI framework. by ©Brandon "iambandobandz" Emery

Notifications You must be signed in to change notification settings

MASSIVEMAGNETICS/Victor_Synthetic_Super_Intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bandofy-AI :: Export Studio

An offline, local-only ChatGPT export explorer + transformer.

You point it at an official ChatGPT export ZIP (must include conversations.json), and it gives you:

  • A cyberpunk-dark GUI for browsing and searching your history
  • SQLite storage + FTS search (fast)
  • Exports:
    • Markdown (per conversation)
    • Messages JSONL (all messages)
    • Training pairs JSONL (user → assistant)
    • Obsidian vault export (all conversations)
  • Optional PII redaction on exports

Install

python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS/Linux
source .venv/bin/activate

pip install -r requirements.txt

Run (GUI)

python -m bandofy_export_studio gui

Run (CLI)

Import:

python -m bandofy_export_studio import "path\to\chatgpt_export.zip"

List:

python -m bandofy_export_studio list --limit 50

Export Markdown:

python -m bandofy_export_studio export-md <conversation_id> --out out.md --redact

Export messages JSONL:

python -m bandofy_export_studio export-messages-jsonl --out messages.jsonl

Export training pairs JSONL:

python -m bandofy_export_studio export-pairs-jsonl --out pairs.jsonl

Export Obsidian vault:

python -m bandofy_export_studio export-obsidian --out-dir vault_dir

Chunk:

python -m bandofy_export_studio chunk --max-chars 2500 --overlap-chars 250

Notes

  • No network calls: This is intended to run fully offline.
  • The parser supports the typical official export structure; if your export differs, open an issue and attach the schema (not your private content).

About

The Victor Synthetic Super Intelligence Hub is a production-grade integration system that unifies scattered codebases from the MASSIVEMAGNETICS ecosystem into a single, orchestrated AGI framework. by ©Brandon "iambandobandz" Emery

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •