using LLM for sentiment analysis

This commit is contained in:
Dobromir Popov
2025-09-25 00:52:01 +03:00
parent 1f35258a66
commit d68c915fd5
21 changed files with 2767 additions and 780 deletions

9
compose.debug.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
gogo2:
image: gogo2
build:
context: .
dockerfile: ./Dockerfile
command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 run_clean_dashboard.py "]
ports:
- 5678:5678