Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

harvard-vpal/adaptive-engine

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: