Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.1 KB

File metadata and controls

25 lines (20 loc) · 1.1 KB

AI-Learning Platform

Documentation Status React.js Build and Release

Project Image

About

An intelligent learning platform powered by large language models and vector embeddings. The platform provides personalized AI-driven educational content with document processing capabilities and semantic search.

Tech Stack

  • Frontend: React, TypeScript, Vite
  • Backend: Django, Django REST Framework, PostgreSQL, Cassandra
  • ML Service: Ray Serve, vLLM, Qdrant (Vector DB)
  • Infrastructure: Docker, Docker Swarm

Documentation

  • This project uses mkdocs as the documentation service
  • serve the document
pip install mkdocs
pip install markdown-include
pip install mkdocstrings
mkdocs serve -a localhost:8001