https://github.com/0xteamcookie/learnability
LearnAbility is a comprehensive learning platform designed to provide an accessible, personalized, and inclusive educational experience for all usersโespecially underserved communities and students with disabilities.
https://github.com/0xteamcookie/learnability
cloud dart dyslexia edtech google google-cloud learnability milvus rag typescript vector-database vertex-ai
Last synced: 4 months ago
JSON representation
LearnAbility is a comprehensive learning platform designed to provide an accessible, personalized, and inclusive educational experience for all usersโespecially underserved communities and students with disabilities.
- Host: GitHub
- URL: https://github.com/0xteamcookie/learnability
- Owner: 0xteamCookie
- Created: 2025-03-13T17:00:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T17:17:35.000Z (6 months ago)
- Last Synced: 2025-03-31T18:30:07.658Z (6 months ago)
- Topics: cloud, dart, dyslexia, edtech, google, google-cloud, learnability, milvus, rag, typescript, vector-database, vertex-ai
- Language: Dart
- Homepage: https://web-la.rkr.cx:8443
- Size: 2.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# LearnAbility: Personalized & Accessible Learning ๐
[](https://flutter.dev) [](https://www.gnu.org/licenses/gpl-3.0) [](https://github.com/0xteamCookie/LearnAbility) [](https://github.com/0xteamCookie/LearnAbility)
**Important Backend Notice:**
> The backend code (API, database setup, AI service integration) resides in its own repository. Please refer to the [**LearnAbility Backend Repository**](https://github.com/0xteamCookie/LearnAbility-backend) for backend setup instructions and code. You will need to have the backend services running for the frontend application to function fully.
---## โจ Our Solution: LearnAbility
Meet LearnAbility โ your personalized learning co-pilot! ๐งโโ๏ธ We're transforming how students learn using AI to turn standard course materials (notes, PDFs, etc.) into tailored, interactive lessons.
**Key Ideas:**
* ๐ง **Personalized Paths:** Content adapts to individual learning styles and pace.
* โฟ **Accessibility Core:** Built with features for visual, auditory, and cognitive accessibility.
* ๐ฑ **Mobile First:** Delivered through a cross-platform Flutter application.We aim to provide an equitable and engaging learning experience for every student.
## ๐ Core Features
* ๐ค **AI Content Generation:** Automatically creates lessons, quizzes, and summaries from your uploaded materials (notes, PDFs, etc.).
* ๐ **Adaptive Learning:** Intelligently adjusts content difficulty and provides personalized feedback based on your progress.
* โฟ **Accessibility Suite:** Includes high-contrast themes, adjustable text sizes, dyslexia-friendly fonts (like OpenDyslexic), text-to-speech output, and potential for voice navigation.
* ๐ฎ **Interactive Learning:** Offers engaging lesson formats, dynamic quizzes, and visual progress tracking to keep you motivated.
* ๐ **Smart Search:** Leverages vector search (Milvus) to quickly find the most relevant information within your study materials.## โจ App Showcase

---
### ๐ Live Demo
๐ [**Click here to try the app**](https://web-la.rkr.cx:8443/)
---
### ๐ฅ Video Demo
โก๏ธ [**Watch on YouTube**](https://youtu.be/dGgB7XxqR2M)---
## ๐ ๏ธ Technology Stack
* **Frontend:** Flutter, Dart ๐ฑ
* **Backend:** Node.js, Express.js, TypeScript โ๏ธ
* **Database:** PostgreSQL, Milvus (Vector DB) ๐พ
* **AI:** Google Vertex AI (Gemini API, RAG) ๐ง
* **Validation:** Zod (Backend) โ
* **Authentication:** JWT ๐
* **Containerization:** Docker & Docker Compose (for Backend Services) ๐ณ## ๐๏ธ Architecture Overview
* The application consists of a Flutter frontend communicating with the backend API built with Node.js and written in TypeScript. The backend handles business services logic, data storage, and AI interactions.
* Prisma ORM for PostgreSQL, Milvus for vector search, and Google Vertex AI (Gemini) for AI tasks.```mermaid
flowchart LR
User[User via Flutter App] --> API[Backend Express API]
API --> Auth[Auth Middleware]
Auth --> Routes[API Routes]
Routes --> Handlers[Request Handlers]
Handlers --> Services[Business Logic Services]
Services --> Gemini[Gemini AI Service]
Services --> Milvus[Milvus Service]
Services --> Prisma[Prisma ORM]
Prisma --> DB[(PostgreSQL DB)]
Milvus --> MilvusDB[(Milvus Vector DB)]
Gemini --> VertexAI[Google Vertex AI]style API fill:#f9f,stroke:#333,stroke-width:2px
style DB fill:#ccf,stroke:#333,stroke-width:2px
style MilvusDB fill:#cdf,stroke:#333,stroke-width:2px
style VertexAI fill:#fca,stroke:#333,stroke-width:2px
```## ๐ Our Commitment to Quality Education (UN SDG 4)
* **Learning for Everyone:** Not everyone learns the same way. LearnAbility adapts to *your* pace and style, making sure no one gets left behind. This is especially helpful for students who find standard methods challenging.
* **Breaking Down Barriers:** We've included features like dyslexia-friendly fonts (like OpenDyslexic), adjustable text sizes, and text-to-speech. It's about making sure the platform is usable and comfortable for learners with different needs.
* **Smarter Learning, Not Just More Studying:** Using AI, we turn your notes and materials into engaging lessons and quizzes. It's about understanding concepts better, not just memorizing facts. The adaptive feedback helps you focus where you need it most.
* **Learning Beyond the Classroom:** Education doesn't stop after school. LearnAbility lets you use your own materials, supporting continuous learning and skill development throughout life.## ๐ Getting Started (Overview)
This repository contains the **Flutter Frontend** for LearnAbility. The backend service is maintained in a separate repository.
**Important Backend Notice:**
> The backend code (API, database setup, AI service integration) resides in its own repository. Please refer to the [**LearnAbility Backend Repository**](https://github.com/0xteamCookie/LearnAbility-backend) for backend setup instructions and code. You will need to have the backend services running for the frontend application to function fully.**Frontend Setup:**
1. Ensure you have the [Flutter SDK](https://flutter.dev/) installed.
2. Clone this repository: `git clone https://github.com/0xteamCookie/LearnAbility.git`
3. Navigate to the project directory: `cd LearnAbility`
4. Install dependencies: `flutter pub get`
5. **Ensure the backend services are running** (see the [Backend Repository](https://github.com/0xteamCookie/LearnAbility-backend) for instructions).
6. Run the Flutter application: `flutter run` (select your target device/emulator).*(Prerequisites: Flutter, Dart, Git. See backend repository for its prerequisites like Node.js, Docker)*
## ๐ Project Repositories
* **Frontend (This Repository):** [https://github.com/0xteamCookie/LearnAbility](https://github.com/0xteamCookie/LearnAbility)
* **Backend Repository:** [https://github.com/0xteamCookie/LearnAbility-backend](https://github.com/0xteamCookie/LearnAbility-backend)## ๐ช Meet the Team: teamCookie()
* **[shaunakc11](https://github.com/shaunakc11)** - Full Stack Developer | AI Engineer
* **[0xPixelNinja](https://github.com/0xPixelNinja)** - Backend Developer
* **[Kathrina-dev](https://github.com/Kathrina-dev)** - Frontend and UI/UX Designer
* **[pranjal-kumar-0](https://github.com/pranjal-kumar-0)** - Frontend and UI/UX Designer## ๐ License
Licensed under the **GNU General Public License v3.0**.