Skip to content
View NJX-njx's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report NJX-njx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NJX-njx/README.md

NJX CRT Banner

If you like my work, please consider giving a ⭐ to my projects!


GitHub Metrics


πŸ’» Click to expand Terminal / IDE Layout
Note: The terminal/command blocks below are for visual flavor only and are not meant to be executed.

πŸ“‚ Explorer

.
β”œβ”€β”€ πŸ“ core_identity
β”‚   β”œβ”€β”€ bio.txt
β”‚   └── config.json
β”œβ”€β”€ πŸ“ research_frontiers
β”‚   β”œβ”€β”€ vision.py
β”‚   β”œβ”€β”€ llm.py
β”‚   └── agents.py
β”œβ”€β”€ πŸ“ deployments
β”‚   β”œβ”€β”€ yolo_pt
β”‚   └── gemini-cli
└── πŸ“ telemetry
    └── stats.log

🧠 Model Arch

# NJX-Internal-v1
architecture:
  input:
    - source: "Curiosity"
    - dtype: "Raw_Data"
  encoder:
    - layer: "CS_Fundamentals"
    - activation: "Deep_Learning"
  attention:
    - heads: ["Vision", "LLM"]
    - mechanism: "System_Design"
  decoder:
    - task: "Engineering"
    - output: "Innovation"

πŸ“¦ Packages

pip list
─────────────────────
PyTorch        2.x
Transformers   4.x
YOLO           v8
LangChain      0.3
vLLM           latest
OpenCV         4.x
FastAPI        0.11x
Docker         β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
Linux          β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
Git            β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ

cat core_identity/bio.txt

"Bridging the gap between SOTA Research and Production Engineering."

I treat AI research not just as academic exploration, but as system architecture. My goal is to understand the emergent properties of large models and engineer the infrastructure that makes them accessible.

  • Affiliation: Beijing Institute of Technology (BIT) Β· CS
  • Focus: AI Inference, Model Architecture, Embodied Intelligence

python3 research_frontiers/main.py

class ResearchInterests(nn.Module):
    def __init__(self):
        super().__init__()
        self.vision = "Vision Transformers (ViT), Object Detection (YOLO)"
        self.llm = "Architecture Design, PEFT, KV Cache Optimization"
        self.agents = "Multi-Agent Orchestration, Tool Use & Planning"
        self.infra = "High-performance Inference, Quantization"

    def forward(self, x):
        return self.agents(self.llm(self.vision(x)))

ls -la deployments/

Permission Owner Name Description Status
drwxr-xr-x njx computer-use-agent Agent implementation for Computer Use Beta
drwxr-xr-x njx opencode Code generation system with execution and refinement Active
drwxr-xr-x njx OpenClaw Cross-platform C++ reimplementation of Captain Claw Stable
drwxr-xr-x njx ernie5.0 Toolkit for Baidu's ERNIE 5.0 model Active
drwxr-xr-x njx code2video Code-to-video generation pipeline Active
drwxr-xr-x njx nanoGPT Simple, hackable repository for training GPT models Archived

curl https://njx-njx.github.io/api/v1/contact.json

# Initialize connection handshake (try it!)
curl -s https://njx-njx.github.io/api/v1/contact.json | python3 -m json.tool
// Server Response
{
  "status": "200 OK",
  "message": "Connection established. Ready to collaborate.",
  "blog": "https://njx-njx.github.io",
  "email": "3771829673@qq.com",
  "github": "https://github.com/NJX-njx",
  "latency": "12ms"
}

πŸ† cat telemetry/achievements.log


πŸ“ˆ cat telemetry/stats.log


Snake animation

Pinned Loading

  1. microgpt microgpt Public template

    Optimized microgpt: the most atomic GPT in pure Python (265 lines, 0 deps). Based on @karpathy's microgpt.

    HTML 17

  2. learning-agent learning-agent Public

    TypeScript 1 2

  3. computer-use-preview computer-use-preview Public

    Forked from google-gemini/computer-use-preview

    about computer use agent

    Python

  4. nanoGPT nanoGPT Public

    Forked from karpathy/nanoGPT

    The simplest, fastest repository for training/finetuning medium-sized GPTs.

    Python

  5. NJX-njx NJX-njx Public

    Forked from Minori-ty/Minori-ty

    Python

  6. PaddleOCR PaddleOCR Public

    Forked from PaddlePaddle/PaddleOCR

    Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 80+ languages.

    Python