Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.24 KB

FoodDetector

Groceries Detector with CodeProjectAI, Docker and Spring Framework


Technologies

Several technologies were used:

  • Java is the programming language used
  • HTML/CSS to develop the application's frontend
  • Spring Framework to create the web application
  • Eureka Server to find the various microservices
  • API Gateway to create load balancers between microservices
  • Thymeleaf to connect the backend and frontend
  • Data JPA to connect to the database
  • SpringSecurity to manage permissions and authenticate users
  • MySQL as the database
  • CodeProjectAI server with the YOLOv5 model and previously trained weights (the training is in this repository)

Architecture

architecture

Screens

detect detect
management result
tasks

Credits

This project was developed by Gonçalo Rosa and Tiago Martins for a Distributed applications course in our Computer Engineering Degree