mcp-learning-path

このプロジェクトはPythonに関する学習パスを提供しており、初心者向けのリソースを集約しています。基本的なプログラミングスキルを習得するための教材や演習が含まれており、段階的に学べる構成になっています。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

25

フォーク

0

イシュー

0

README
Learning Path Generator with Model Context Protocol (MCP)

This project is a Streamlit-based web application that generates personalized learning paths using the Model Context Protocol (MCP). It integrates with various services including YouTube, Google Drive, and Notion to create comprehensive learning experiences.

Features
  • 🎯 Generate personalized learning paths based on your goals
  • 🎥 Integration with YouTube for video content
  • 📁 Google Drive integration for document storage
  • 📝 Notion integration for note-taking and organization
  • 🚀 Real-time progress tracking
  • 🎨 User-friendly Streamlit interface
Prerequisites
  • Python 3.10+
  • Google ai Studio API Key
  • Pipedream URLs for integrations (YouTube and either Drive or Notion)
Installation
  1. Clone the repository:

  2. Create and activate a virtual environment:

  3. Install the required packages:

pip install -r requirements.txt
Configuration

Before running the application, you'll need to set up:

  1. Google API Key
  2. Pipedream URLs for:
    • YouTube (required)
    • Google Drive or Notion (based on your preference)
Running the Application

To start the application, run:

streamlit run app.py

The application will be available at http://localhost:8501 by default.

Usage
  1. Enter your Google ai studio API key and Pipedream URLs in the sidebar
  2. Select your preferred secondary tool (Drive or Notion)
  3. Enter your learning goal (e.g., "I want to learn python basics in 3 days")
  4. Click "Generate Learning Path" to create your personalized learning plan
Project Structure
  • app.py - Main Streamlit application
  • utils.py - Utility functions and helper methods
  • prompt.py - Prompt template
  • requirements.txt - Project dependencies