Update README.md to improve project file structure formatting

This commit is contained in:
2025-02-23 01:56:27 +06:00
parent d8033e3964
commit d7150c13cd
+3 -3
View File
@@ -69,10 +69,8 @@ The dataset consists of various features related to transactions, including deta
Ensure you have Python 3.x installed along with the required dependencies. Ensure you have Python 3.x installed along with the required dependencies.
# Project File Structure: # Project File Structure:
```
ds_task_fraud_detection/
│── data/ # Folder for storing raw and processed datasets │── data/ # Folder for storing raw and processed datasets
│ ├── raw/ # Original dataset files(**You will find all the dataset here**) │ ├── raw/ # Original dataset files(**You will find all the dataset here**)
│ ├── processed/ # Processed/cleaned datasets │ ├── processed/ # Processed/cleaned datasets
@@ -106,6 +104,8 @@ ds_task_fraud_detection/
│ ├── docker-compose.yml # Docker Compose setup │ ├── docker-compose.yml # Docker Compose setup
│ ├── cloud_run.sh # Deployment script │ ├── cloud_run.sh # Deployment script
```
### Explanation: ### Explanation:
* **`data/`** : Stores raw and processed datasets. * **`data/`** : Stores raw and processed datasets.