Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,29 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
β
|
| 10 |
-
βββ data/
|
| 11 |
-
β βββ images/ # Original dermoscopy images (e.g., ISIC_0024306.jpg)
|
| 12 |
-
β βββ GroundTruth.csv # Metadata and labels
|
| 13 |
-
β
|
| 14 |
-
βββ models/ # Generated automatically during training
|
| 15 |
-
β βββ skin_cancer_model.pkl # Trained Random Forest/SVM model
|
| 16 |
-
β βββ scaler.pkl # StandardScaler for feature normalization
|
| 17 |
-
β βββ classes.pkl # List of class names (MEL, NV, etc.)
|
| 18 |
-
β βββ comparison_results.png # Confusion matrix plot
|
| 19 |
-
β
|
| 20 |
-
βββ src/ # Core Logic Package
|
| 21 |
-
β βββ __init__.py # Makes this folder a Python package
|
| 22 |
-
β βββ config.py # Configuration, Constants, and Hyperparameters
|
| 23 |
-
β βββ data.py # Data loading and stratified splitting logic
|
| 24 |
-
β βββ features.py # Computer Vision pipeline (CLAHE, Otsu, Sobel, etc.)
|
| 25 |
-
β βββ model.py # Model training, evaluation, and saving
|
| 26 |
-
β
|
| 27 |
-
βββ train_main.py # Script 1: Main entry point to train the model
|
| 28 |
-
βββ app.py # Script 2: Streamlit Web Interface for inference
|
| 29 |
-
βββ requirements.txt # Project dependencies
|
|
|
|
| 1 |
+
title: Lesion Dection
|
| 2 |
+
emoji: π’
|
| 3 |
+
colorFrom: blue
|
| 4 |
+
colorTo: green
|
| 5 |
+
sdk: streamlit
|
| 6 |
+
sdk_version: 1.45.1
|
| 7 |
+
app_file: ./app.py
|
| 8 |
+
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|