Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,7 @@ Skiada Kiki
|
|
| 19 |
Lampropoulou Nancy
|
| 20 |
### π Project Structure
|
| 21 |
The project is organized into a modular Python package (src) to separate concerns between data handling, computer vision logic, and machine learning.
|
|
|
|
| 22 |
ham10000_project/
|
| 23 |
β
|
| 24 |
βββ data/ # Dataset (Input)
|
|
@@ -44,7 +45,7 @@ ham10000_project/
|
|
| 44 |
βββ train_main.py # MAIN SCRIPT: Orchestrates the training pipeline
|
| 45 |
βββ app.py # WEB APP: Interactive Streamlit interface
|
| 46 |
βββ requirements.txt # Project dependencies
|
| 47 |
-
|
| 48 |
|
| 49 |
### π Sequence of Execution
|
| 50 |
When you run python train_main.py, the system follows this strict sequence to ensure data integrity (preventing leakage) and robust training.
|
|
|
|
| 19 |
Lampropoulou Nancy
|
| 20 |
### π Project Structure
|
| 21 |
The project is organized into a modular Python package (src) to separate concerns between data handling, computer vision logic, and machine learning.
|
| 22 |
+
```
|
| 23 |
ham10000_project/
|
| 24 |
β
|
| 25 |
βββ data/ # Dataset (Input)
|
|
|
|
| 45 |
βββ train_main.py # MAIN SCRIPT: Orchestrates the training pipeline
|
| 46 |
βββ app.py # WEB APP: Interactive Streamlit interface
|
| 47 |
βββ requirements.txt # Project dependencies
|
| 48 |
+
```
|
| 49 |
|
| 50 |
### π Sequence of Execution
|
| 51 |
When you run python train_main.py, the system follows this strict sequence to ensure data integrity (preventing leakage) and robust training.
|