Skip to content

AbdallahBaddour/GoogleReverseImageSearchApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Reverse Image Search Application

Google Reverse Image Search Application Created By @BaddourAbdallah Using Ionic Framework.

The GoogleImageSearch script support Best Guess & All First page data scraping. (PS: I edit the script to handle the upload process from the mobile app and return json data).

I. Screenshots:

1.Take picture or select image from photo gallery:

2.Image from camera example:

3.Image from photo gallery example:

4.Json response example:

II. Server side script:

Place all the files in the server folder on your server, this folder contain the script that handle image uploading from the app and google reverse image search algorithm.

III. App setup:

1.First create a new blank ionic project:

$ ionic start [appname] blank

2.Replace js folder and index.html located in the app folder my project in the blank project you just create in the www folder.

3.Install ngCordova.

4.Install cordovaCamera.

5.Install cordovaFileTransfer.

6.Install cordovaFile.

7.Install cordova-plugin-filepath.

8.Install cordovaInAppBrowser.

9.To build and run the app on android:

$ ionic platform add android
$ ionic run android

LICENSE

See the LICENSE file for license rights and limitations (MIT).