This repository contains a starter scaffold for a web-based machine learning diagnostic tool to help detect learning disabilities (LD) in students.
- Create and activate a virtual environment
- Install dependencies:
pip install -r requirements.txt - Run migrations:
python manage.py migrate - Start server:
python manage.py runserver
- accounts
- assessments
- predictions
- recommendations
- reports
Create a .env file as needed for secrets and configuration.