AI-Travel-Concierge / SUBMISSION_CHECKLIST.md
ABDALLALSWAITI's picture
Update README, add social media posts, submission checklist, and tools
26cb208

A newer version of the Gradio SDK is available: 6.13.0

Upgrade

🚀 MCP Hackathon Submission Checklist

✅ Project Files Ready

  • app.py - Main Gradio application
  • weather_server.py - Weather MCP server
  • flights_server.py - Flights MCP server
  • hotels_server.py - Hotels MCP server
  • activities_server.py - Activities MCP server
  • dining_server.py - Dining MCP server
  • transport_server.py - Transport MCP server
  • recommendations_server.py - Smart recommendations MCP server
  • poster_server.py - AI poster generation MCP server
  • requirements.txt - Dependencies
  • README.md - Documentation with hackathon tags

✅ Hackathon Requirements

  • Track tag in README: mcp-in-action-track-consumer
  • MCP servers functioning (8 total)
  • Gradio app (using Gradio 6)
  • Demonstrates autonomous agent behavior
  • Demo video (1-5 minutes) - NEED TO RECORD
  • Social media post - NEED TO POST
  • HF Space published - NEED TO DEPLOY

📤 Deployment Steps

1. Create Hugging Face Space

# Install HF CLI if not installed
pip install huggingface_hub

# Login to HF
huggingface-cli login

# Create Space (from project directory)
huggingface-cli repo create AI-Travel-Concierge --type space --space-sdk gradio

2. Upload Files

# Clone the space
git clone https://huggingface.co/spaces/YOUR_USERNAME/AI-Travel-Concierge
cd AI-Travel-Concierge

# Copy your files
cp -r /path/to/your/project/* .

# Add secrets via HF web interface:
# - NEBIUS_API_KEY

# Push to HF
git add .
git commit -m "Initial submission for MCP Hackathon"
git push

3. Configure Secrets on HF Space

Go to Settings → Repository Secrets:

  • NEBIUS_API_KEY - Your Nebius API key for Qwen model

4. Record Demo Video

  • Use OBS or screen recorder
  • 1-5 minutes showing:
    1. UI overview
    2. Full trip planning flow
    3. Smart destination finder
    4. AI poster generation
  • Upload to YouTube (unlisted is fine)
  • Add link to README.md

5. Post on Social Media

  • Copy from SOCIAL_MEDIA_POSTS.md
  • Post on X/Twitter AND/OR LinkedIn
  • Add link to README.md

6. Final Verification

  • Space is running without errors
  • All 8 agents respond correctly
  • Booking links work
  • Demo video link in README
  • Social media link in README

🏷️ Track Information

Track: Track 2 - MCP in Action
Category: Consumer
Tag: mcp-in-action-track-consumer

📅 Deadline

Submissions close: November 30, 2025, 11:59 PM UTC

🔗 Important Links


⚠️ Don't Forget!

  1. Join the HF Organization: Click "Request to join this org" on MCP-1st-Birthday
  2. Register: Complete the registration form
  3. Social Post Required: Must include link to social media post
  4. Demo Video Required: 1-5 minutes showing app in action

Good luck! 🍀