Add Image Recognition Lab

This commit is contained in:
2025-11-11 19:19:46 +01:00
parent 41bc409a0d
commit 1d1503c877
13 changed files with 502 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
package com.example.img;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ImgApplicationTests {
@Test
void contextLoads() {
}
}