AI education protocol for interoperability between models, apps, and hardware
Top 99.2% on sourcepulse
This project provides EDUMCP, an open platform protocol for integrating AI models and educational applications, aiming to solve the silo effect in educational AI. It targets developers and educators seeking to create interconnected, personalized learning experiences, enabling seamless data sharing between AI tutors, content generators, and interactive platforms.
How It Works
EDUMCP is built upon the Model Context Protocol (MCP) and employs a microservice architecture. Key services include User, Content, Learning, Recommendation, and Analytics, all interacting with various AI Services (Text, Image, Voice, Video Generators). This modular design allows for flexible scaling and feature expansion, with AI services leveraging LangChain, GPT models, TensorFlow, and PyTorch for content generation.
Quick Start & Requirements
git clone https://github.com/CHILDEDUAI/aichildedu.git
) and use docker-compose up -d
to start services..env
file with database credentials and a secret key.venv
and pip install -r requirements.txt
.http://localhost:8000/docs
.Highlighted Details
Maintenance & Community
The project is hosted by aieducations
on GitHub. No specific details on contributors, sponsorships, or community channels (like Discord/Slack) are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The README does not detail specific limitations, known bugs, or deprecation status. The project appears to be actively under development, indicated by the "Getting Started" and "Development Workflow" sections.
3 months ago
Inactive