Image search android app using Kakao's Image API KakaoImageAPI
Image Search uses Kakao Image Api. Recycerview's layout is StaggeredGridLayout. Each ImageView's size is recalculated to match the image's aspect ratio. Uses Android Paging Library for pagination. Used PagedListAdapter. Modified [Tensorflow-lite image classifcation example](https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android) to match the project's needs. Get recognitions from image url and shows as a hashtag. When hashtag is clicked, search result based on hashtag is shown. Shows image's website by webview. Can share image website link when clicked.Clone this repository and import into Android Studio
git clone https://github.com/ahndwon/CocoaSearch.git
Add the following info to ./local.properties
kakaoApiKey="your-kakao-api-key"
This project is mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter (ruby lint.rb').
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request