Upload Page | History Page |
---|---|
![]() |
![]() |
- Copy sample env file.
cp .env.sample .env
- Edit
.env
file with your Anthropic API KEY.ANTHROPIC_API_KEY=<please-use-your-key-here>
- For MacOS or Windows users who have Docker Desktop, please navigate to settings and file sharing, and add paths for,
/data/minio
/src
- Run with docker compose.
docker compose --profile dev up # enable hot reload 1GB docker compose --profile prod up # or without hot reload 228MB
- Test the app at
localhost:3000
with the PDFBank Statement Example Final.pdf
in theresources
folder.