Skip to content

allyoushawn/mlservicefrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Service Front-end

Starting from this tutorial to build a front end service for using ml applications. This front-end service is used for taking users' requests for the ML service [GitHub Repo]

To run the service, use the green triangle of the MlservicefrontendApplication. After the service is running, hit the following endpoint to see the service page:

http://localhost:8080/ml_service

Lombok Note

The repository use lombok plugin with IntelliJ to make the code more concise. To successfully compile with the lombok plugin, follow the guidance here. Also, please make sure the lombok version is aligned with ML service.

Configs

The front end service. Using Spring initializer for initializing.

  • Project: Gradle-Groovy
  • Language: Java
  • Spring Boot: 2.7.7
  • Packaging: Jar
  • Java: 11

About

This repository serves a user friendly interface. It allows users to interact with the ML service through browsers instead of CLI.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors