jobs-public

jjchong5/jobs-public
★ 0 stars Python AI/LLM Updated 1d ago
AI job pipeline (sanitized public copy) - scrape/tag/rank job postings with an LLM, Streamlit UI, MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jobs-public": {
      "command": "uvx",
      "args": [
        "jobs-public"
      ]
    }
  }
}

Or install with pip: pip install jobs-public

README Excerpt

AI-powered personal pipeline that scrapes/ingests job postings, tags and ranks them with Claude, and surfaces them in a Streamlit UI. Also tracks professional events/networking leads as a secondary, currently-frozen capability. Built as an Eastern University DTSC 691 AI capstone project. See [CLAUDE.md](CLAUDE.md) for full architecture/design notes and