Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simarsingh24/imageprocessor-android-app
Image Classification project using Clarifai API
https://github.com/simarsingh24/imageprocessor-android-app
android-app clarifai-api firebase image-processing
Last synced: 4 days ago
JSON representation
Image Classification project using Clarifai API
- Host: GitHub
- URL: https://github.com/simarsingh24/imageprocessor-android-app
- Owner: simarsingh24
- Created: 2017-04-03T11:13:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T06:07:30.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T00:18:44.671Z (2 months ago)
- Topics: android-app, clarifai-api, firebase, image-processing
- Language: Java
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageProcessor-Android-App
This is a Android project showing how to use the Clarifai API in Android. It uses the [Clarifai Java Client](https://github.com/Clarifai/clarifai-java) to perform Concept recognition.
It can classify the image you take on your phone, extract the tags and store it along with the location where the photo was taken on the cloud.
You may also retrieve the images you took.## API Used--
-Clarifai API (for image processing)
-Piccaso API (for different image functions)
## Backend Used--
Firebase Backend
1-Firebase Realtime Database
2-Firebase Storage