HariWu1995/SHIVA

Scalable Hybrid Intelligence in a Virtual Agency

0

stars

53

commits

Python

primary language

Jun 12, 2025

updated

README

SHIVA

  1. Skillset Hub with Intelligence Virtual Academy

  2. Scalable Hybrid Intelligence in a Virtual Agency

  3. Sharing Hub and Incubator with Virtual Agents

Folder Structure

SHIVA

📦 SHIVA
├─ 📂 apps       # Submodules / local clones of AI apps
│   ├─ 📂 <service_group>
│   │   ├─ 📂 <service_name>
│   │   └─ 📂 …
│   └─ 📂 …
├─ 📂 gateway    # Master API gateway
│   ├─ 📄 config.py       # Service loading logic
│   ├─ 📄 main.py         # Loads routers from `apps`
│   └─ 📄 utils.py        # Dynamic import helpers
├─ 📂 uinified   # Unified Gradio interface
│   ├─ 📄 config.py       # UI metadata config
│   ├─ 📄 main.py         # Builds dynamic UI from `apps`
│   └─ 📄 utils.py        # Dynamic import helpers
├─ 📂 configs    # Service discovery config
│   ├─ 📄 apps.yaml       # [Optional] app config
│   └─ 📄 services.yaml   # Service Registry / Discovery
├─ 📂 controller
│   ├─ 📄 orchestrator.py
│   └─ 📄 utils.py
├─ 📄 docker-compose.yaml
└─ …

AI Service

📦 <service_name>
├─ 📂 src        # Core AI Logic - reuse original source code
├─ 📂 fapi        # FastAPI Application
| ├─ 📄 api.py      # Inference routes
| ├─ 📄 config.py   # Configs like model paths, constants
| ├─ 📄 main.py     # FastAPI entrypoint
| └─ 📄 service.py  # Core logic for model dispatch + inference
├─ 📂 grui      # Gradio app for user interface
| ├─ 📂 assets      # Images, stylesheets
| ├─ 📄 main.py     # Gradio interface layout
| └─ 📄 utils.py    # Helpers for UI rendering
├─ …
├─ 📄 Dockerfile
├─ 📄 README.md         # Documentation
└─ 📄 requirements.txt  # Libraries to install

Services

Composition

Language

Toolkit

Vision

Apps

Multi-View Synthesis

Notation
  • MV: Multi-view

3D Reconstruction

Animation

Human Motion

Virtual Try-on (ViTon)

Sound

Coding

Misc.

References

Contributors

HariWu1995

53 commits

HariWu1995/SHIVA

Scalable Hybrid Intelligence in a Virtual Agency

0

stars

53

commits

Python

primary language

Jun 12, 2025

updated

README

SHIVA

  1. Skillset Hub with Intelligence Virtual Academy

  2. Scalable Hybrid Intelligence in a Virtual Agency

  3. Sharing Hub and Incubator with Virtual Agents

Folder Structure

SHIVA

📦 SHIVA
├─ 📂 apps       # Submodules / local clones of AI apps
│   ├─ 📂 <service_group>
│   │   ├─ 📂 <service_name>
│   │   └─ 📂 …
│   └─ 📂 …
├─ 📂 gateway    # Master API gateway
│   ├─ 📄 config.py       # Service loading logic
│   ├─ 📄 main.py         # Loads routers from `apps`
│   └─ 📄 utils.py        # Dynamic import helpers
├─ 📂 uinified   # Unified Gradio interface
│   ├─ 📄 config.py       # UI metadata config
│   ├─ 📄 main.py         # Builds dynamic UI from `apps`
│   └─ 📄 utils.py        # Dynamic import helpers
├─ 📂 configs    # Service discovery config
│   ├─ 📄 apps.yaml       # [Optional] app config
│   └─ 📄 services.yaml   # Service Registry / Discovery
├─ 📂 controller
│   ├─ 📄 orchestrator.py
│   └─ 📄 utils.py
├─ 📄 docker-compose.yaml
└─ …

AI Service

📦 <service_name>
├─ 📂 src        # Core AI Logic - reuse original source code
├─ 📂 fapi        # FastAPI Application
| ├─ 📄 api.py      # Inference routes
| ├─ 📄 config.py   # Configs like model paths, constants
| ├─ 📄 main.py     # FastAPI entrypoint
| └─ 📄 service.py  # Core logic for model dispatch + inference
├─ 📂 grui      # Gradio app for user interface
| ├─ 📂 assets      # Images, stylesheets
| ├─ 📄 main.py     # Gradio interface layout
| └─ 📄 utils.py    # Helpers for UI rendering
├─ …
├─ 📄 Dockerfile
├─ 📄 README.md         # Documentation
└─ 📄 requirements.txt  # Libraries to install

Services

Composition

Language

Toolkit

Vision

Apps

Multi-View Synthesis

Notation
  • MV: Multi-view

3D Reconstruction

Animation

Human Motion

Virtual Try-on (ViTon)

Sound

Coding

Misc.

References

Contributors

HariWu1995

53 commits

Languages

Python

87.4%

JavaScript

10.6%