LearnAI
AWS Breaking Barriers Hackathon WINNER: A personalized learning platform powered by Claude Haiku (A foundational model on AWS Bedrock) which processes educational documents (textbooks, pdfs) and generates tailored educational content utilizing RAG with built in accessibility and inclusion features.
Install / Use
/learn @manvirchakal/LearnAIQuality Score
Category
Content & MediaSupported Platforms
README
LearnAI: Revolutionizing Education with GenAI
Welcome to LearnAI, an innovative AI-driven educational platform designed to transform the learning experience. Our mission is to provide personalized, adaptive, and engaging education for every student. LearnAI empowers students to learn at their own pace, ensuring that each individual receives the support and resources they need to succeed. By harnessing the power of artificial intelligence, we're creating a future where education is tailored to you. Our platform offers personalized learning paths, performance-based content adjustment, dynamic resource allocation, and a interactive learning elements. Join us on this exciting journey to revolutionize learning!
Table of Contents
Features
-
Learner-Aware Content Adaptation
- Description: The platform uses questionnaires to assess the learner's learning style and adapts the content accordingly. For example, if the learner is a visual learner, the platform may provide more diagrams and visual aids.
- Purpose: This feature ensures that learners remain engaged and supported, particularly when they encounter difficult concepts.
-
Adaptive Learning Paths
- Description: The platform dynamically adjusts the difficulty of quizzes and learning materials based on the learner's ongoing performance and progress.
- Purpose: This personalized approach allows each student to learn at their own pace, promoting a deeper understanding of the material.
-
AI-Generated Narratives and Explanations
- Description: The platform leverages Llama 3.1 and T5 models to generate simplified explanations, engaging narratives, and interactive content from textbook materials.
- Purpose: By converting complex educational content into more accessible formats, the platform caters to learners with varying levels of proficiency and learning preferences.
-
Interactive Learning Elements and Real-Time Diagrams
- Description: The platform generates interactive learning elements like games and diagrams to help learners understand and remember concepts.
- Purpose: This feature keeps learners motivated and helps reinforce concepts by providing timely feedback and encouragement.
-
Inclusivity and Accessibility
- Description: The platform is designed to be accessible to all learners, including those with disabilities. Features like text-to-speech, customizable interfaces, and multilingual support ensure that the platform can be used by a diverse audience.
- Purpose: To create an inclusive learning environment that removes barriers to education, ensuring that everyone has the opportunity to succeed.
Installation and Setup
To install and setupLearnAI, follow these steps:
- Clone the repository:
git clone https://github.com/manvirchakal/LearnAI - Navigate to the project directory:
cd LearnAI - Setup virtual environment:
python -m venv venv - Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate - On macOS and Linux:
source venv/bin/activate - On Windows with Git Bash:
source venv/Scripts/activate
- On Windows:
- Install the required dependencies:
pip install -r requirements.txt - Install npm packages:
cd client npm install --legacy-peer-deps - Create a new file called
.envin the root directory and add the following:AWS_ACCESS_KEY_ID=<your_aws_access_key_id> AWS_SECRET_ACCESS_KEY=<your_aws_secret_access_key> AWS_DEFAULT_REGION=<your_aws_region> COGNITO_AUTHORIZATION_URL=<your_cognito_authorization_url> COGNITO_TOKEN_URL=<your_cognito_token_url> COGNITO_JWKS_URL=<your_cognito_jwks_url> COGNITO_APP_CLIENT_ID=<your_cognito_app_client_id> KNOWLEDGE_BASE_ID=<your_knowledge_base_id> MODEL_ARN=arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-instant-v1 TEXTBOOK_S3_BUCKET=<your_textbook_s3_bucket> - Create and
.env.localfile in the client directory and add the following:REACT_APP_AWS_REGION=<your_aws_region> REACT_APP_USER_POOL_ID=<your_user_pool_id> REACT_APP_USER_POOL_WEB_CLIENT_ID=<your_cognito_app_client_id>
Usage
To use LearnAI, follow these steps:
- To run the server:
uvicorn server.main:app --reload - To run the client:
cd client npm start - Navigate to the URL provided in the client terminal to access the application. (Usually http://localhost:3000)
Contributing
We welcome contributions to LearnAI! Please follow these steps to contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature-branch-name - Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-branch-name - Submit a pull request
License
This project is licensed under multiple licenses due to the various components used:
- FastAPI and React components are licensed under the MIT License.
- Anthropic Claude is used under the Anthropic API Terms of Use.
- AWS services are used under the AWS Customer Agreement.
Please see the LICENSE.md file for full license texts and any additional details.
Related Skills
qqbot-channel
347.9kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.2k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
347.9kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
arscontexta
2.9kClaude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.
