aghilsabu commited on
Commit
6c75a53
Β·
1 Parent(s): c31e782

Update README with social media links and hackathon tags

Browse files
Files changed (2) hide show
  1. README.md +10 -3
  2. src/ui/components.py +2 -1
README.md CHANGED
@@ -8,8 +8,14 @@ sdk_version: "5.0.0"
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
11
  tags:
12
  - mcp-in-action-track-consumer
 
 
 
 
 
13
  - mcp
14
  - gradio
15
  - llamaindex
@@ -43,7 +49,7 @@ tags:
43
  [![ElevenLabs](https://img.shields.io/badge/πŸŽ™οΈ_ElevenLabs-Voice-000000)](https://elevenlabs.io)
44
  [![Modal](https://img.shields.io/badge/☁️_Modal-Deployed-00D4AA)](https://modal.com)
45
 
46
- **[πŸ”— Try it Live](https://huggingface.co/spaces/MCP-1st-Birthday/CodeAtlas)** β€’ **[πŸ“Ί Demo Video](#-demo-video)** β€’ **[πŸ“± Social Post](https://x.com/your-post-link)**
47
 
48
  </div>
49
 
@@ -51,8 +57,9 @@ tags:
51
 
52
  ## 🎬 Demo Video
53
 
54
- <!-- Replace with your actual video link -->
55
- https://github.com/user-attachments/assets/YOUR_VIDEO_ID
 
56
 
57
  > *Watch CodeAtlas analyze a GitHub repository in real-time, generate architecture diagrams, and explain the codebase with voice narration.*
58
 
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: AI-powered codebase visualization with voice narration
12
  tags:
13
  - mcp-in-action-track-consumer
14
+ - mcp-in-action-track-enterprise
15
+ - mcp-in-action-track-creative
16
+ - building-mcp-track-consumer
17
+ - building-mcp-track-enterprise
18
+ - building-mcp-track-creative
19
  - mcp
20
  - gradio
21
  - llamaindex
 
49
  [![ElevenLabs](https://img.shields.io/badge/πŸŽ™οΈ_ElevenLabs-Voice-000000)](https://elevenlabs.io)
50
  [![Modal](https://img.shields.io/badge/☁️_Modal-Deployed-00D4AA)](https://modal.com)
51
 
52
+ **[πŸ”— Try it Live](https://huggingface.co/spaces/MCP-1st-Birthday/CodeAtlas)** β€’ **[πŸ“Ί Demo Video](#-demo-video)** β€’ **[πŸ“± Twitter Post](https://x.com/aghilsabu/status/1995249175336997350?s=20)** β€’ **[πŸ’Ό LinkedIn Post](https://www.linkedin.com/posts/aghilsabu_codeatlas-ai-powered-codebase-visualization-share-7401015482310393857-vHRg)**
53
 
54
  </div>
55
 
 
57
 
58
  ## 🎬 Demo Video
59
 
60
+ [![CodeAtlas Demo](https://img.youtube.com/vi/J8dcTLzNgpE/maxresdefault.jpg)](https://youtu.be/J8dcTLzNgpE)
61
+
62
+ **[▢️ Watch on YouTube](https://youtu.be/J8dcTLzNgpE)**
63
 
64
  > *Watch CodeAtlas analyze a GitHub repository in real-time, generate architecture diagrams, and explain the codebase with voice narration.*
65
 
src/ui/components.py CHANGED
@@ -173,6 +173,7 @@ def make_footer() -> str:
173
  return '''
174
  <div class="footer">
175
  Built for MCP's 1st Birthday Hackathon πŸŽ‚ Β·
176
- Powered by Gemini + LlamaIndex + ElevenLabs + Modal
 
177
  </div>
178
  '''
 
173
  return '''
174
  <div class="footer">
175
  Built for MCP's 1st Birthday Hackathon πŸŽ‚ Β·
176
+ <a href="https://github.com/aghilsabu/codeAtlas" target="_blank">GitHub</a> Β·
177
+ <a href="https://x.com/aghilsabu" target="_blank">@aghilsabu</a>
178
  </div>
179
  '''