/adaptive-engine

ALOSI adaptive engine

Primary LanguageTeXApache License 2.0Apache-2.0

adaptive-engine

Travis CI build status

About

The ALOSI adaptive engine is a web application that powers the recommendation of learning resources to learners based on real-time activity. This application is designed to be used with the Bridge for Adaptivity, which handles the serving of activities recommended by the engine.

Contents

This repository contains the Django web application code, and related documentation/writeups for the adaptive engine.

Folder contents:

  • app/ - Adaptive engine web application (python/django) code
  • data/ - data for engine initialization and data processing/transform scripts
  • monitoring/ - terraform files for setting up cloudwatch alarms on an elastic beanstalk deployment
  • python_prototype/ - python prototype for adaptive engine
  • r_prototype/ - R prototype for adaptive engine
  • tests/ - Testing scripts, including load testing with Locust
  • writeup/ - Writeup and LaTeX files to generate the document

Getting started

Related projects: