An open API service indexing awesome lists of open source software.

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

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.