Updated 159 days ago

Merlin Tutor

Our project addresses the critical challenge of personalized, engaging, and effective learning in the digital age. Traditional education often fails to cater to individual learning styles, paces, and interests, leading to disengagement and knowledge ga...  

  • Crypto / Web3
  • merlin
  • bitcoin

AI Tutor Merlin

Banner

AI-powered learning with blockchain credibility

Demo

https://ai-tutor-merlin-tyk3.vercel.app/

Description

This web application combines AI-powered personalized tutoring, blockchain-based verification, and practical skill demonstration to provide a comprehensive solution for modern education. Let's explore the key features and their potential impact:

AI-Powered Personalization

Custom AI Tutors

The application allows students to create or choose from specialized AI tutors for different subjects. These tutors adapt to individual learning styles, providing personalized instruction tailored to each student's needs.

Interactive Quizzes

Dynamic quizzes that adjust difficulty based on user performance ensure optimal knowledge retention and skill development. This adaptive approach helps students learn at their own pace while continuously challenging them to improve.

Blockchain Integration

Blockchain-Verified Certificates

Upon completing courses or mastering skills, students can mint NFT certificates. These on-chain verifications serve as tamper-proof credentials, enhancing the value and credibility of their achievements.

AI-Enhanced Career Development

AI-Powered Resume Builder

The platform's AI-powered resume builder generates professional curricula vitae by incorporating users' personal information, skills, and achievements. This feature helps students showcase their verified accomplishments and skills effectively to potential employers or educational institutions.

Community Engagement

Community-Driven Content

Students can create and share their own AI tutors, fostering a collaborative learning environment. This feature expands the platform's educational offerings and encourages peer-to-peer learning.

Gamification

Experience Points and Leveling System

The application incorporates gamification elements, allowing users to gain experience points and level up as they perform learning actions. This feature adds an engaging and motivational aspect to the learning process.

Impact and Benefits

  • Personalized Learning: The AI tutors and adaptive quizzes cater to individual learning needs.
  • Credential Verification: Blockchain-verified certificates provide a secure and transparent way to validate educational achievements.
  • Skill Demonstration: The AI resume builder helps students showcase their skills and achievements to potential employers.
  • Community Building: The platform fosters a collaborative learning environment through user-generated content and peer interaction.
  • Engagement and Motivation: Gamification elements like experience points and leveling up can increase user engagement and motivation to learn.

This web application addresses key challenges in personalization, credential verification, and skill demonstration, providing a comprehensive and engaging learning ecosystem.

Install Dependencies

bun install

Setup

Add .env from example

bun dev

Certificate NFT Contract

https://testnet-scan.merlinchain.io/address/0x56C66e07f669A04C21Fb376Ead3eFbAE4f9440AC

Credits Contract

https://testnet-scan.merlinchain.io/address/0xA2DD26D1e1b87975692ab9efdD84177BC16fcA98

Merlin Testnet

export const merlinTestnet: Chain = {
  id: 686868,
  name: "Merlin Testnet",
  nativeCurrency: {
    decimals: 18,
    name: "Bitcoin",
    symbol: "BTC",
  },
  rpcUrls: {
    public: { http: ["https://testnet-rpc.merlinchain.io"] },
    default: { http: ["https://testnet-rpc.merlinchain.io"] },
  },
  blockExplorers: {
    default: {
      name: "Merlin Testnet Explorer",
      url: "https://testnet-scan.merlinchain.io",
    },
  },
};