AI-service

command module
v0.0.0-...-7cabfb3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 15 Imported by: 0

README

AI-service

Simple API integration service that serves as a gateway to use other API services.

Circle CI/CD status

CircleCI

GO status

Go Report Card

Description

Example of using the end points of the AI service:

  1. To use the famous places api you need to send a GET request to the following endpoint:
http://localhost:8080/famous-places
  1. To use the color enhancement api you need to send a POST request to the following endpoint:
http://localhost:8080/enhance-color?userID=<your-user-id>&imageID=<your-image-id>
  1. To get all the images form the database that where edit you need to send a GET request to the following endpoint:
http://localhost:8080/image-processing

Swagger openapi documentation

To see the swagger documentation you need to run the application and go to the following endpoint:

http://localhost:8080/openapi/index.html

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package docs Code generated by swaggo/swag.
Package docs Code generated by swaggo/swag.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL