Project-Origin

🧬 Project Origin: The Human Continuity Archive

License: CC BY-NC 4.0
Python
PRs Welcome
Concept Author: Jeremy Freshour [Ganja Panda] (Technomancer, PandaWorks Studio)
Status: Open for collaboration, funding, and ethical development
Version: v0.1 - Prototype Build (2025-10-08)


🌍 Vision

Humanity has mapped the genome. We’ve mapped the Earth.
But we’ve never mapped ourselves — our shared story as a single species.

Project Origin is a free, open educational VR platform that unites science, history, and empathy.
It visualizes human ancestry, migration, and adaptation from the dawn of Homo sapiens to the modern day — personalized through DNA data and archaeological evidence.

Its mission is simple:

To show every human being that there is no “us vs. them.”
Only us — one adaptable species under many skies.


🕰️ Why Now

The infrastructure to connect us already exists — it simply needs to be assembled.


🧩 System Overview

1. Data Layer

2. Processing Layer (Python + Open AI)

3. Visualization Layer (Unity / Unreal Engine)

4. Ethics & Privacy


🎯 Impact Goals

Domain Impact
Education Global VR curriculum showing human unity and adaptation.
Veteran Therapy Reframe trauma through ancestral strength and resilience.
Memory Care Immersive recall environments for Alzheimer’s and dementia.
Social Harmony Demonstrate genetic and cultural interconnection, reducing racial and national division.

💰 Funding & Collaboration Targets

Organization Relevance
Gates Foundation Global education & equity initiatives
Schmidt Futures AI for science & human advancement
Epic MegaGrants / Unity for Humanity Empathy-driven VR experiences
UNESCO / NSF / NIH Open education & public-science outreach
Veteran & Alzheimer’s Orgs Therapeutic and memory-care applications

🌐 Open Licensing & Sustainability


🧠 Conceptual Roadmap

  1. MVP – Use 23andMe ancestry summaries + Python script to generate basic migration maps.
  2. VR Prototype – Import GeoJSON into Unity/Unreal to visualize global movement.
  3. Partnership Phase – Collaborate with museums, educators, and geneticists.
  4. Therapeutic Expansion – Build adaptive modules for veteran and elder care.
  5. Public Launch – Open educational distribution via SteamVR and schools.

🤖 AI & Developer Notes

This repository includes Copilot contribution guidelines
for AI-assisted and human developers who want to expand Project Origin.


🕊️ Call to Action

We have the data.
We have the technology.
We need only the unity of purpose.

If you believe education, empathy, and technology can bridge humanity’s divisions — join us.

“We are not different tribes.
We are one story told under many skies.”


⚡ Quickstart (Prototype)

Step 1 — Generate lineage GeoJSON

python scripts/origin_map.py --ancestry examples/ancestry_example.json --lookup examples/region_lookup.csv --out examples/your_lineage.geojson

Step 2 — Start a local server

python -m http.server 8000

Step 3 — View in browser

Open http://localhost:8000/examples/viewer.html (Leaflet will load your_lineage.geojson and plot ancestry points)

💡 Tip: To test your lineage map visually, edit viewer.html and change the fetch('your_lineage.geojson') line to your generated file path if different.