Giter Site home page Giter Site logo

khoji's Introduction

Khoji - Location tracking and visualization using Augmented Reality

An android app, that tracks the location of a user and updates it in the Firebase Database. As soon as the location of the user gets updated, this update is reflected down to all the contacts of that user so they are able to see where that person is at the moment.

We use Augmented Reality, using ARCore, to visualize the location markers of the users so it is easier for them to locate their contacts.

We have also included Real-time chat, as well as integrated a chat-bot into the application.

Khoji


To better understand the project and to see all the features, you can take a look the project report. You can find the complete report here: Khoji Report/Khoji Report.pdf There is also a presentation that will highlight the main features of the app and provide some demos as well. You can find it here: presentation/FYP.pptx

Installation Instructions

You have to add the following files before using this application:

  • khoji_app/app/keystore.jks - Keystore to build the app.
  • khoji_app/app/google-services.json - For using Firebase services, can be downloaded from your Firebase project.
  • khoji_app/app/src/main/res/values/secrets.xml - Facebook and Twitter keys to use them as Authentication providers.
  • khoji_app/gradle.properties -

What to include in secrets.xml:

<resources>
    <string name="facebook_application_id" translatable="false">your_id</string>
    <!-- Facebook Application ID, prefixed by 'fb'.  Enables Chrome Custom tabs. -->
    <string name="facebook_login_protocol_scheme" translatable="false">your_id</string>
    <string name="twitter_consumer_key" translatable="false">your_id</string>
    <string name="twitter_consumer_secret" translatable="false">your_key</string>
</resources>

What to include in gradle.properties:

GOOGLE_MAPS_API_KEY=YOUR_API_KEY
KEYSTORE_PASSWORD=your_psswd
KEY_PASSWORD=your_psswd

Libraries used

  • Firebase Authentication
  • Firebase Database
  • ARCore
  • ARCore Location

background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.