You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucode 9d541b2f01 implemented REST server api, to send an image, and return the analyzed content description 6 years ago
.gitignore it works! 6 years ago
LICENSE Initial commit 6 years ago
README.md it works! 6 years ago
color.go it works! 6 years ago
config.json implemented REST server api, to send an image, and return the analyzed content description 6 years ago
errors.go implemented REST server api, to send an image, and return the analyzed content description 6 years ago
imageOperations.go implemented REST server api, to send an image, and return the analyzed content description 6 years ago
knn.go implemented REST server api, to send an image, and return the analyzed content description 6 years ago
main.go implemented REST server api, to send an image, and return the analyzed content description 6 years ago
readConfig.go implemented REST server api, to send an image, and return the analyzed content description 6 years ago
readDataset.go implemented REST server api, to send an image, and return the analyzed content description 6 years ago
server.go implemented REST server api, to send an image, and return the analyzed content description 6 years ago

README.md

galdric

machine learning server, for image classification

  • Reads all the datasets in the folder /dataset
  • Each image is resized to the same size, configured in the config.json
  • For the input images, calculates the euclidean distances
  • Gets the nearest neighbour
  • Show the result, that is the label of the object in the image