← Discover
Discover · GitHub · DeepTutor↑ +172 today

Artificial intelligence-supported personalized training

DeepTutor is a lifelong learning-based private tutoring system that offers personalized education processes using student data. The project aims to optimize the learning experience with artificial intelligence-supported individualized tutoring methods.

Updates

  • September 14, 2026: Stars 39,283 → 39,561, latest release v1.6.8 (September 14, 2026).
  • September 11, 2026: Stars 39,019 → 39,283, latest release v1.6.7 (September 10, 2026).
  • September 8, 2026: Stars 38,855 → 39,019, latest release v1.6.6 (September 8, 2026).
  • September 6, 2026: Stars 38,520 → 38,855, latest release v1.6.5 (September 6, 2026).

What you get

  • Private lesson system focused on lifelong learning
  • Interaction with personalized artificial intelligence agents
  • Advanced knowledge base and RAG support

Installation

Quick installation
mkdir -p my-deeptutor && cd my-deeptutor
pip install -U deeptutor
deeptutor init     # prompts for ports + LLM provider + optional embedding
deeptutor start    # starts backend + frontend; keep the terminal open
Running with Docker
docker run --rm --name deeptutor \
  -p 127.0.0.1:3782:3782 \
  -v deeptutor-data:/app/data \
  ghcr.io/hkuds/deeptutor:latest

Running it

System initialization
deeptutor start    # starts backend + frontend; keep the terminal open

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

How can I personalize my learning process using the DeepTutor system? Explain the basic steps I need to follow to create my own AI partners and optimize my lifelong learning experience by integrating my custom training materials into this system.

Related dictionary terms

Who it is forIt is suitable for students and instructors who want to create their own private educational assistant and establish a personalized learning environment.
LicenseApache-2.0

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-07-16: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.