Skip to content

akaskj/cat-face-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cat-face-recognizer

Sample project that simulates sliding window technique to match a template

To Run the project

  1. navigate to root directory
  2. mvn clean install
  3. java -jar target/cat-face-recognizer.jar
  4. the server will start running at port 8080
  5. navigate to http://localhost:8080/swagger-ui.html
  6. test /cat/recognize endpoint with following request

{ "image": [ "++++++++++++++ +++++ +++++ +++++++++++ +++ ++++++++++++++++++++++ +++++++ ++ ++ ++++++", "+++++++++++++++++++++++++++++++++++++++++ +++++ ++++++++++++ +++ + ++++ ++++++++", "++ +++++++ ++++++++ ++++++++++++++++++++++++++++ +++++++ +++ ++++++++ ++ +++++++++++++ ++ ++", "++++++++++++++ + + +++++ +++++ ++++++ ++ ++++ +++++++++++++ ++++ +++ ++++ ++ +++ ++ + ++ ++", "+ +++++++++ ++++++++++++++++++ ++++ ++ + +++++ ++ +++ +++++++ ++++ ++++ + + +++++++", "++++ +++++++++ ++++++++++++++ +++ +++++++++++++ + + +++++++++++++++++++++++++ +++ +++ +++++++", "+++++++++++++ +++++++++++++++++++++ ++++++ ++ +++ +++ +++++++++++ + ++++++++++ +++ +++", "++ +++++++++++++ +++++++++++ ++++++ +++++++++++ ++ +++++++++++++ ++++ ++ +++ ++ ++++", "+++++ + ++++ ++++ ++++++++++++++ ++++++++++ ++ +++ ++ +++++++++ ++++++ + + ++ ++ +++ +", "++++++++++++++++ ++++++++ ++++++++++++++++++ ++ ++ ++++++ ++++++++++++ ++ + + ++ +++++", "++++++ ++++ +++++++ +++++++++++++++ ++++++ + ++ + + ++ + ++++++++ ++++++++ ++ +++ ++ ++ +", "++++++++++++++++++ + +++ ++++++++ +++ +++++ ++ +++ ++ +++++++++ ++++++++++ ++ ++ ++++", "+++++ ++++++++++ + +++++++++++ ++++++++ ++++ ++ ++ +++++++++++++++ ++ +++++ ++ ++", "++ + +++++ ++ ++ +++++++++ + ++++++++++++++++ + +++++ ++++++++++ +++++++++ + ++++ ", "++++++++++ +++++ +++++++++++++++++ +++ ++++ + + ++++ +++++++++++ +++++", "++++++++++++ ++++++++++++++ ++++++++ ++++ ++ +++++++ ++++++++++++ ++ ++ ++++++ + +++", "+++++++++++ +++++++++++++ ++++ ++++++++++++++++++++++++++++ +++++++++++++++++++++++ ++++++++ + ++ +"

], "threshold": 8 }

About

Sample project that simulates sliding window technique to match a template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages