All Projects → netguru → CarLens-iOS

netguru / CarLens-iOS

Licence: Apache-2.0 license
CarLens - Recognize and Collect Cars

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to CarLens-iOS

Ios 11 By Examples
👨🏻‍💻 Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+2583.06%)
Mutual labels:  vision, arkit, coreml
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (+302.42%)
Mutual labels:  vision, arkit, coreml
Coremldemo
A simple demo for Core ML
Stars: ✭ 90 (-27.42%)
Mutual labels:  ios-app, image-recognition, coreml
Cocoaai
🤖 The Cocoa Artificial Intelligence Lab
Stars: ✭ 134 (+8.06%)
Mutual labels:  vision, coreml
ARKitRecorder
Record image and camera pos, etc. information provided by ARKit and save them into files.
Stars: ✭ 102 (-17.74%)
Mutual labels:  ios-app, arkit
Flowersvisiondemo
🌸 iOS11 demo application for flower classification.
Stars: ✭ 90 (-27.42%)
Mutual labels:  vision, coreml
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (-90.32%)
Mutual labels:  vision, coreml
ARKit-Persistence-Demo
ARKit 2.0 Persistence Demo
Stars: ✭ 15 (-87.9%)
Mutual labels:  ios-app, arkit
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+1464.52%)
Mutual labels:  vision, arkit
Augmentedsolarsystem
An Augmented reality experience to explore planets in our Solar System
Stars: ✭ 69 (-44.35%)
Mutual labels:  ios-app, arkit
Learnable-Image-Resizing
TF 2 implementation Learning to Resize Images for Computer Vision Tasks (https://arxiv.org/abs/2103.09950v1).
Stars: ✭ 48 (-61.29%)
Mutual labels:  vision, image-recognition
Coreml Vision
Stars: ✭ 50 (-59.68%)
Mutual labels:  vision, coreml
Inceptionvisiondemo
🎥 iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (-61.29%)
Mutual labels:  vision, coreml
Arkit Multiplayer
ARKit multiplayer experience explanation & example
Stars: ✭ 106 (-14.52%)
Mutual labels:  vision, arkit
Chineseidcardocr
[Deprecated] 🇨🇳中国二代身份证光学识别
Stars: ✭ 1,015 (+718.55%)
Mutual labels:  vision, coreml
Amazing Arkit
ARKit相关资源汇总 群:326705018
Stars: ✭ 239 (+92.74%)
Mutual labels:  vision, arkit
DonkeyDrift
Open-source self-driving car based on DonkeyCar and programmable chassis
Stars: ✭ 15 (-87.9%)
Mutual labels:  car, vision
UberCarAnimation
This app is for animating a car like uber from one position to another with preserving angle and smooth animation
Stars: ✭ 53 (-57.26%)
Mutual labels:  car, ios-app
Liooon Not A Liooon Classifier
A troll app to check if an object seen by your camera is a lion. Uses iOS CoreML, Vision APIs
Stars: ✭ 11 (-91.13%)
Mutual labels:  vision, coreml
CustomVisionMicrosoftToCoreMLDemoApp
This app recognises 3 hand signs - fist, high five and victory hand [ rock, paper, scissors basically :) ] with live feed camera. It uses a HandSigns.mlmodel which has been trained using Custom Vision from Microsoft.
Stars: ✭ 25 (-79.84%)
Mutual labels:  vision, coreml

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:

  • Honda Civic
  • Ford Fiesta
  • Nissan Qashqai
  • Volkswagen Passat

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:
    [email protected]: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!

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:

  • Respect Swift API Design Guidelines

  • The code must be readable and self-explanatory - full variable names, meaningful methods, etc.

  • Don't leave any commented-out code.

  • Write documentation for every method and property accessible outside the class. For example, well-documented method looks as follows:

     /// Tells the magician to perform a given trick.
     ///
     /// - Parameter trick: The magic trick to perform.
     /// - Returns: Whether the magician succeeded in performing the magic trick.
     func perform(magicTrick trick: MagicTrick) -> Bool {
     	// body
     }

Read More About CarLens

Related Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].