Skip to content

Golang app to search images based on tag provided by user

Notifications You must be signed in to change notification settings

anshulprakash/TagSearchApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag Search App

To run the application

  • Copy contents of project folder – “src”, “files”, “templates” into go directory i.e. %USERPROFILE%\go in default installation of go
  • Paste your API key in src\tagSearchApp\main.go at line 19
  • run the following commands from your GOPATH set in the environment variables i.e. %USERPROFILE%\go in default installation of go
  • go install tagSearchApp
  • .\bin\tagSearchApp.exe
  • Calls will be made to Clarifai's API to tag the images and once all images get tagged a success message will be displayed in the console and application can be accessed localhost:3000

About

Golang app to search images based on tag provided by user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published