Skip to content

harilexm/AILearningSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

202 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Learning System

This repository contains a full-stack web application for an AI Learning System.

Frontend: built with Vue.js

backend: Python API along with configuration for local development using Docker.

The system is designed to serve AI-related learning content, models, or curriculum modules with an interactive user interface.


-> Features

Backend

  • REST API built with Python (Flask/FastAPI/Django – adjust based on your code)
  • Endpoints for handling user data, courses, or AI model interactions
  • Model inference logic or AI service integration

Frontend

  • Vue.js UI for browsing content, taking quizzes, or running demos
  • User authentication pages (login, register)
  • Dynamic views for AI learning modules

DevOps

  • Containerized deployment using Docker Compose
  • Separate services for frontend and backend

-> Prerequisites

Before running locally, ensure you have:

  • Docker (latest version)
  • Docker Compose
  • Node.js & npm (for frontend dev without Docker)
  • Python 3.x (for backend dev without Docker)

-> Development Setup

1. Clone the Repository

git clone https://github.com/harilexm/AILearningSystem.git

cd AILearningSystem

About

A full-stack AI Learning System with Vue.js frontend and Python backend, containerized with Docker, offering REST API integration for managing and delivering AI learning content and functionalities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors