https://github.com/ssupecial/Real-time-Review-Analysis-and-QA-with-Langchain/tree/main/web
web/
├── dash
│ ├── Dockerfile
│ ├── app.py
│ └── requirements.txt
├── docker-compose.yml
├── .env
└── fastapi
├── Dockerfile
├── app.py
├── models.py
└── requirements.txt
.env 작성 필요
S3_BUCKET_NAME=
OPENAI_API_KEY=
DYANMODB_TABLE_NAME=


