smainye commited on
Commit
24f24d4
·
verified ·
1 Parent(s): b5dbd97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -53,6 +53,7 @@ A Python-based application for processing and analyzing financial transactions f
53
  ```
54
  financial-transaction-processor/
55
  ├── app.py # Gradio web interface and main application logic
 
56
  ├── pdf_processor.py # PDF transaction extraction
57
  ├── nebius_backend.py # Transaction categorization and insights generation
58
  ├── requirements.txt # Python dependencies
 
53
  ```
54
  financial-transaction-processor/
55
  ├── app.py # Gradio web interface and main application logic
56
+ ├── Dockerfile # Defines the environment and instructions to build and run the Python app in a container
57
  ├── pdf_processor.py # PDF transaction extraction
58
  ├── nebius_backend.py # Transaction categorization and insights generation
59
  ├── requirements.txt # Python dependencies