Update README.md
Browse files
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
|