Home

Awesome

CarLens

CarLens is a mobile app that uses Augmented Reality and Machine Learning to detect different car models. It connects to your smartphone camera and enables you to verify cars around as you walk on the streets.

We currently support the newest versions of 4 cars in CarLens:

Discover car recognition together with CarLens!

Tools & Frameworks

Configuration

Prerequisites

Instalation

  1. Clone repository:

    # over https:
    git clone https://github.com/netguru/CarLens-iOS
    # or over SSH:
    git@github.com:netguru/CarLens-iOS.git
    
  2. Install required Gems:

    bundle install
    
  3. Run Carthage:

    carthage bootstrap --platform iOS --cache-builds
    
  4. Rename .env.sample to .env.

  5. Install pods through Bundler:

    bundle exec pod install
    
  6. Open CarLens.xcworkspace file and build the project.

CarLensCollectionViewLayout

As a part of CarLens we've launched another open source tool - CarLensCollectionViewLayout. Its an easy-to-use Collection View Layout for card-like animation 🎉. Make sure to check it out too!

<p align="center"> <img src="https://user-images.githubusercontent.com/18245585/51667915-4d725b00-1fc1-11e9-86fc-29863bf22448.gif"> </p>

About

This project is made with ❤️ by Netguru and maintained by Anna-Mariia Shkarlinska.

License

CarLens is licensed under the Apache License. See LICENSE for more info.

Contribution

All contributions are welcome! Feel free to create issues and PRs. Please, respect the following coding guidelines:

Read More About CarLens

Related Links