Nihal2000 commited on
Commit
a5d8df6
Β·
verified Β·
1 Parent(s): d72be5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -6
app.py CHANGED
@@ -430,17 +430,26 @@ def create_gradio_interface():
430
  # 🧠 Intelligent Content Organizer MCP Agent
431
  A powerful MCP (Model Context Protocol) server for intelligent content management with semantic search,
432
  summarization, and Q&A capabilities.
 
 
 
 
433
  ## πŸš€ Quick Start:
434
- 1. **Documents in Library** β†’ View your uploaded documents in the "πŸ“š Document Library" tab
435
  2. **Upload Documents** β†’ Go to "πŸ“„ Upload Documents" tab
436
  3. **Search Your Content** β†’ Use "πŸ” Search Documents" to find information
437
- 4. **Get Summaries** β†’ Select any document in "πŸ“ Summarize" tab
438
- 5. **Generate Tags** β†’ Auto-generate tags for your documents in "🏷️ Generate Tags" tab
439
- 6. **Ask Questions** β†’ Get answers from your documents in "❓ Ask Questions" tab
440
- 7. **Delete Documents** β†’ Remove documents from your library in "πŸ“š Document Library" tab
441
- 8. **Refresh Library** β†’ Click the πŸ”„ button to refresh the document list
 
 
 
 
442
  """)
443
 
 
444
  with gr.Tabs():
445
  with gr.Tab("πŸ“š Document Library"):
446
  with gr.Row():
 
430
  # 🧠 Intelligent Content Organizer MCP Agent
431
  A powerful MCP (Model Context Protocol) server for intelligent content management with semantic search,
432
  summarization, and Q&A capabilities.
433
+
434
+ πŸ‘‰ Read the full article here:
435
+ <a href="https://huggingface.co/blog/Nihal2000/intelligent-content-organizer#empowering-your-data-building-an-intelligent-content-organizer-with-mistral-ai-and-the-model-context-protocol" target="_blank">Building an Intelligent Content Organizer</a>
436
+
437
  ## πŸš€ Quick Start:
438
+ 1. **Documents in Library** β†’ View your uploaded documents in the "πŸ“š Document Library" tab
439
  2. **Upload Documents** β†’ Go to "πŸ“„ Upload Documents" tab
440
  3. **Search Your Content** β†’ Use "πŸ” Search Documents" to find information
441
+ 4. **Get Summaries** β†’ Select any document in "πŸ“ Summarize" tab
442
+ 5. **Generate Tags** β†’ Auto-generate tags for your documents in "🏷️ Generate Tags" tab
443
+ 6. **Ask Questions** β†’ Get answers from your documents in "❓ Ask Questions" tab
444
+ 7. **Delete Documents** β†’ Remove documents from your library in "πŸ“š Document Library" tab
445
+ 8. **Refresh Library** β†’ Click the πŸ”„ button to refresh the document list
446
+
447
+ ---
448
+ πŸ”— For using MCP tools in Claude or other MCP clients, use this endpoint in the config file:
449
+ https://agents-mcp-hackathon-intelligent-content-organizer.hf.space/gradio_api/mcp/sse
450
  """)
451
 
452
+
453
  with gr.Tabs():
454
  with gr.Tab("πŸ“š Document Library"):
455
  with gr.Row():