Det.App is a machine learning android application where authenticated users can detect objects and their, or their friends' mood.
We used Firebase as a backend solution, and Firebase MLkit Vision for machine learning.
You can find our java files here.
How to run the app :
-
You can run the app either by installing it from the provided apk
-
Or you can build the app yourself either on a virtual device, or on your android phone, by follow these steps:
-
Download Android Studio from here : Android Studio
-
Open Android Studio, then click on Get from version control:
- Then paste the repository link as you see in the image below :
-
Click on Clone.
-
Click on Build -> Rebuild Project
-
Now if you are running on your phone you'll have to turn on USB Debugging
-
After that you connect your phone to your laptop and click on Run.
-