Skip to content

NOVA: AI-Driven Adaptive Learning System

License

idebasishbose/nova

 
 

Repository files navigation

NOVA: AI-Driven Adaptive Learning System

NOVA is an AI-powered, adaptive learning platform built on the Full-Stack FastAPI Template. It is designed to assist users in improving their knowledge and skills through summarization, Q&A generation, and personalized learning pathways. Leveraging cutting-edge machine learning models, NOVA offers an intelligent and customizable learning experience.

Technology Stack and Features

  • FastAPI for the Python backend API.
    • 🧰 SQLModel for the Python SQL database interactions (ORM).
    • 🔍 Pydantic, used by FastAPI, for the data validation and settings management.
    • 💾 PostgreSQL as the SQL database.
  • 🚀 React for the frontend.
    • 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
    • 🎨 Chakra UI for the frontend components.
    • 🤖 An automatically generated frontend client.
    • 🧪 Playwright for End-to-End testing.
    • 🦇 Dark mode support.
  • 🐋 Docker Compose for development and production.
  • 🔒 Secure password hashing by default.
  • 🔑 JWT (JSON Web Token) authentication.
  • 📫 Email based password recovery.
  • ✅ Tests with Pytest.
  • 📞 Traefik as a reverse proxy / load balancer.
  • 🚢 Deployment instructions using Docker Compose, including how to set up a frontend Traefik proxy to handle automatic HTTPS certificates.
  • 🏭 CI (continuous integration) and CD (continuous deployment) based on GitHub Actions.

Backend Development

Backend docs: backend/README.md.

Frontend Development

Frontend docs: frontend/README.md.

Deployment

Deployment docs: deployment.md.

Development

General development docs: development.md.

This includes using Docker Compose, custom local domains, .env configurations, etc.

Release Notes

Check the file release-notes.md.

License

NOVA is licensed under the terms of the MIT license.

About

NOVA: AI-Driven Adaptive Learning System

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.8%
  • Python 28.9%
  • HTML 5.7%
  • Shell 0.8%
  • Dockerfile 0.6%
  • Mako 0.2%