thatgeeman commited on
Commit
bee944a
·
verified ·
1 Parent(s): 41a98b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -23,6 +23,9 @@ tags:
23
 
24
  An AI-powered Gradio app (and MCP server) that analyzes your Python project, finds outdated or vulnerable dependencies, and recommends upgrades. Attach a `pyproject.toml` or `requirements.txt`, chat with the agent, and it will pull package data via GitHub MCP and run `uv` resolution to suggest safe versions.
25
 
 
 
 
26
  ## What you get
27
  - Gradio chat UI with file uploads for dependency manifests.
28
  - Smolagents-based reasoning backed by Hugging Face Inference API.
 
23
 
24
  An AI-powered Gradio app (and MCP server) that analyzes your Python project, finds outdated or vulnerable dependencies, and recommends upgrades. Attach a `pyproject.toml` or `requirements.txt`, chat with the agent, and it will pull package data via GitHub MCP and run `uv` resolution to suggest safe versions.
25
 
26
+ Demo Video: https://www.youtube.com/watch?v=u1-gZqPu0R0
27
+ Social Post: [LinkedIn](https://www.linkedin.com/posts/thatgeeman_mcp-hackathon-aiagents-activity-7401044891281235968-iSSw)
28
+
29
  ## What you get
30
  - Gradio chat UI with file uploads for dependency manifests.
31
  - Smolagents-based reasoning backed by Hugging Face Inference API.