Upload README.md
Browse files
README.md
CHANGED
|
@@ -19,14 +19,13 @@ app_file: app.py
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# π§ KKT-HF-TransferLearning-Models
|
| 22 |
-
|
| 23 |
**Created by [Thyagharajan K K](https://huggingface.co/kkthyagharajan)**
|
| 24 |
|
| 25 |
[](https://huggingface.co/kkthyagharajan/KKT-HF-TransferLearning-Models)
|
| 26 |
[](LICENSE)
|
| 27 |
[](https://keras.io/)
|
| 28 |
[](https://www.tensorflow.org/)
|
| 29 |
-
|
| 30 |
---
|
| 31 |
|
| 32 |
## π Overview
|
|
@@ -37,7 +36,6 @@ Each subdirectory contains:
|
|
| 37 |
- A `Test` folder with example test images
|
| 38 |
|
| 39 |
You can use these models **programmatically** or through an **interactive demo app** powered by Gradio or Streamlit.
|
| 40 |
-
|
| 41 |
---
|
| 42 |
|
| 43 |
## π§© Programmatic Usage
|
|
@@ -72,18 +70,16 @@ display_images_gui(
|
|
| 72 |
all_predicted_labels,
|
| 73 |
IMG_SIZE,
|
| 74 |
)
|
| 75 |
-
|
| 76 |
---
|
| 77 |
## π Interactive Demo App
|
| 78 |
-
|
| 79 |
### π§© Option 1: Run directly on Hugging Face
|
| 80 |
This Space includes a web app defined by `app.py`.
|
| 81 |
-
|
| 82 |
### π» Option 2: Run locally using Gradio or Streamlit
|
| 83 |
pip install -r requirements.txt
|
| 84 |
python app.py OR streamlit run app.py
|
| 85 |
-
|
| 86 |
---
|
|
|
|
| 87 |
## π Repository Structure
|
| 88 |
```
|
| 89 |
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# π§ KKT-HF-TransferLearning-Models
|
| 22 |
+
## Transfer Learning Models Collection for Image Classification
|
| 23 |
**Created by [Thyagharajan K K](https://huggingface.co/kkthyagharajan)**
|
| 24 |
|
| 25 |
[](https://huggingface.co/kkthyagharajan/KKT-HF-TransferLearning-Models)
|
| 26 |
[](LICENSE)
|
| 27 |
[](https://keras.io/)
|
| 28 |
[](https://www.tensorflow.org/)
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
## π Overview
|
|
|
|
| 36 |
- A `Test` folder with example test images
|
| 37 |
|
| 38 |
You can use these models **programmatically** or through an **interactive demo app** powered by Gradio or Streamlit.
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
## π§© Programmatic Usage
|
|
|
|
| 70 |
all_predicted_labels,
|
| 71 |
IMG_SIZE,
|
| 72 |
)
|
| 73 |
+
```
|
| 74 |
---
|
| 75 |
## π Interactive Demo App
|
|
|
|
| 76 |
### π§© Option 1: Run directly on Hugging Face
|
| 77 |
This Space includes a web app defined by `app.py`.
|
|
|
|
| 78 |
### π» Option 2: Run locally using Gradio or Streamlit
|
| 79 |
pip install -r requirements.txt
|
| 80 |
python app.py OR streamlit run app.py
|
|
|
|
| 81 |
---
|
| 82 |
+
|
| 83 |
## π Repository Structure
|
| 84 |
```
|
| 85 |
|