https://github.com/however-yir/however-yir.github.io
AI Engineering Portfolio — 6 projects: RAG, Agent, Knowledge Ops, Cloud Native, Recommendation
https://github.com/however-yir/however-yir.github.io
ai-engineering cloud-native github-pages java multi-agent portfolio python rag spring-ai static-site
Last synced: 11 days ago
JSON representation
AI Engineering Portfolio — 6 projects: RAG, Agent, Knowledge Ops, Cloud Native, Recommendation
- Host: GitHub
- URL: https://github.com/however-yir/however-yir.github.io
- Owner: however-yir
- License: mit
- Created: 2026-04-29T12:28:56.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-09T03:58:51.000Z (about 1 month ago)
- Last Synced: 2026-05-09T05:39:21.070Z (about 1 month ago)
- Topics: ai-engineering, cloud-native, github-pages, java, multi-agent, portfolio, python, rag, spring-ai, static-site
- Language: JavaScript
- Size: 1.27 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# However Yir Portfolio
This repository powers the GitHub Pages portfolio at:
https://however-yir.github.io
It is a static portfolio for six AI engineering matrix projects:
- KnowledgeOps Agent — multi-agent enterprise AI platform (RAG, graph, memory, DeepResearch)
- Tianji AI Agent — intelligent customer service (routing, tool calling, SSE, KnowledgeOps integration)
- NebulaKB — knowledge operations hub (ingestion lifecycle, governance, quality feedback)
- ForgePilot Studio — AI engineering workspace (task protocol, runtime, audit replay, MCP tools)
- However Microservices Lab — cloud-native microservices + AI (polyglot services, K8s, gRPC)
- Campus Recruitment Recommendation System — full-stack recommendation system (collaborative filtering, Spring Boot + Vue2)
The site uses plain HTML, CSS, and JavaScript so it can be served directly from GitHub Pages without a build step.
## Repository structure
```
├── index.html — SPA shell
├── assets/
│ ├── site.css — styles (light + dark themes)
│ ├── site.js — SPA router, project data, i18n, live stars
│ └── screenshots/ — project preview images
├── projects/ — per-project case study pages
├── notes/ — engineering notes
├── 404.html — custom 404 page
├── robots.txt — crawler rules
├── sitemap.xml — sitemap for search engines
└── .nojekyll — bypasses Jekyll processing
```
## Local development
This is a static site — open `index.html` in a browser or serve with any HTTP server:
```bash
python3 -m http.server 8080
```
## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.