https://github.com/ttiagojm/fooddetector
Detetor de mercearias com CodeProjectAI, Docker e Spring Framework
https://github.com/ttiagojm/fooddetector
Last synced: 3 months ago
JSON representation
Detetor de mercearias com CodeProjectAI, Docker e Spring Framework
- Host: GitHub
- URL: https://github.com/ttiagojm/fooddetector
- Owner: ttiagojm
- License: mit
- Created: 2024-03-15T19:12:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T19:36:04.000Z (about 1 year ago)
- Last Synced: 2025-01-06T07:23:17.977Z (4 months ago)
- Language: Java
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/ttiagojm/GrocerEyeYOLOv5) repository)# Architecture
# Screens
| | |
|-----------------------|-----------------------|
|  |  |
|  |  |
| | |# Credits
This project was developed by [Gonçalo Rosa](https://github.com/GoncalojmRosa) and [Tiago Martins](https://github.com/ttiagojm) for a Distributed applications course in our Computer Engineering Degree