Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devgunnu/LearnLens
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: level-1-basics
Choose a base ref
...
head repository: devgunnu/LearnLens
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 30 files changed
  • 4 contributors

Commits on Nov 8, 2025

  1. Add GitHub Pages deployment configuration

    - Add homepage field for gh-pages
    - Add deploy scripts
    - Install gh-pages package
    devgunnu committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    5e92fce View commit details
    Browse the repository at this point in the history
  2. Fix face detection model paths for GitHub Pages deployment

    - Use process.env.PUBLIC_URL for model loading
    - Ensures models load correctly at /beautify-me/models on GitHub Pages
    - Fixes 404 errors for model weight manifest files
    devgunnu committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    345a4ac View commit details
    Browse the repository at this point in the history
  3. Remove implementation documentation files

    - Delete QUICK-START.md, IMPLEMENTATION-STEPS.md, TRANSFORMATION-COMPLETE.md
    - Delete IMPROVEMENTS_SUMMARY.md, CODE_EXAMPLES.md
    - These were process/development docs, not needed for students
    - Keep essential docs: README.md, CONTRIBUTING.md, level tutorials
    devgunnu committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    2cb5004 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Initial plan

    Copilot committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    48eacad View commit details
    Browse the repository at this point in the history
  2. Update all references from Beautify Me to LearnLens

    Co-authored-by: devgunnu <139300251+devgunnu@users.noreply.github.com>
    Copilot and devgunnu committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    de3e312 View commit details
    Browse the repository at this point in the history
  3. Update remaining references in source code from Beautify Me to LearnLens

    Co-authored-by: devgunnu <139300251+devgunnu@users.noreply.github.com>
    Copilot and devgunnu committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    5a600e2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from devgunnu/copilot/update-readme-to-learnlens

    Rename project from Beautify Me to LearnLens
    devgunnu authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    734550b View commit details
    Browse the repository at this point in the history
  5. renamed website

    devgunnu committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    1c32b0c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Configuration menu
    Copy the full SHA
    0263548 View commit details
    Browse the repository at this point in the history
  2. fixed infinite scroll bar

    devgunnu committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    52a34d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c5ba24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21036f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3204ee View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    devgunnu and Copilot authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    efa2e99 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    devgunnu and Copilot authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    877bef4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6 from devgunnu/updated_website

    Updated website
    devgunnu authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    9ecaf56 View commit details
    Browse the repository at this point in the history
Loading