Skip to content

AdapTree is an AI-powered educational platform that tailors interdisciplinary learning pathways based on individual backgrounds, utilizing ChatGPT and GenAI to enhance the digital learning experience.

Notifications You must be signed in to change notification settings

emilyjiji/gatoraidays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdapTree Logo

Cultivating Personalized Learning Through Engaging Dialogues

Frontend Backend Devpost License

🌳 Overview

AdapTree generates a personalized knowledge tree based on a learner’s name, major, and interests, then lets them explore, branch, and go deeper through interactive nodes.
Each node provides approachable explanations and can spawn new learning paths, powered by an analogy-driven engine that contextualizes information using the learner’s background.

Welcome Page

Quick Start

Follow the steps below to run AdapTree locally.

(1) 🧰 Install Dependencies

Make sure you have:

  • PostgreSQL
  • Python + pip
  • Django (installed via requirements)
  • React (if running the frontend separately in your setup)

(2) 📦 Installation

Clone the repository:

git clone https://github.com/emilyjiji/gatoraidays.git

Navigate to the project directory and install requirements:

cd AdapTree
pip install -r requirements.txt

Run migrations and start the server:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

🧩 Tech Stack

Component Technology
🖥️ Frontend React
🧠 Backend Django
🗄️ Database PostgreSQL

🛣️ Roadmap

  • Integrate multimedia content to enhance the learning experience.
  • Develop an AI-driven quiz section to reinforce learned concepts.
  • Gamify learning with rewards and milestones.
  • Implement user profiles for progress tracking and review history.

📄 License

Distributed under the MIT License. See LICENSE for more information.

👥 Authors

About

AdapTree is an AI-powered educational platform that tailors interdisciplinary learning pathways based on individual backgrounds, utilizing ChatGPT and GenAI to enhance the digital learning experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •