Pure java Implementation of CookGPT

CookGPT - Pure Java

Setup

Setup localai -
docker run -ti -p 8080:8080 localai/localai:v2.8.0-ffmpeg-core phi-2
setup chromadb
docker pull chromadb/chroma
docker run -p 8000:8000 chromadb/chroma

add the details for chromadb and localai server in application.yaml

Instructions

mvn clean install
mvn spring-boot:run
starter html page http://localhost:8080/cookgpt.html
Swagger - http://localhost:8080/swagger-ui.html