Thanks to visit codestin.com
Credit goes to github.com

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: android/codelab-mlkit-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: custom-model
Choose a base ref
...
head repository: android/codelab-mlkit-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 171 files changed
  • 6 contributors

Commits on Nov 11, 2019

  1. Merge pull request #30 from googlecodelabs/custom-model

    Add custom-model to projects
    owahltinez authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    50c5782 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    956ddd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Update translate codelab

    calren committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0aeef1f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    5930be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9243bd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Revamped ML Kit ODT codelab

    khanhlvg committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ac1101a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c963b48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    046d7a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49 from khanhlvg/master

    Revamp the ML Kit ODT codelab to use standalone TFLite
    calren authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    417489e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Added starter project for ML Kit ODT codelab and some minor fixes. (#50)

    * Added starter project for ML Kit ODT codelab.
    
    * Updated project name
    
    * Added license header
    khanhlvg authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    f7f73e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Add GitHub Actions workflows to build Android projects

    This commit introduces GitHub Actions workflows for building
    various ML Kit Android codelab apps. It also makes the
    `gradlew` files executable.
    
    The following changes were made:
    
    - Added new workflow files for building object detection,
      translate, and vision codelab apps (both starter and final
      versions).
    - Modified the `gradlew` files in the `custom-model/final` and
      `custom-model/starter` directories to be executable. This is
      necessary for the Gradle build to run correctly in the CI
      environment.
    
    Note: `custom-model` requires `google-services.json` so we are skipping
    that build script for now.
    cartland committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    b8d3a56 View commit details
    Browse the repository at this point in the history
Loading