Spaces:
Runtime error
Runtime error
cleanup of description
Browse files
app.py
CHANGED
|
@@ -35,11 +35,12 @@ This is a test project to get familiar with Hugging Face!
|
|
| 35 |
The space includes the necessary files for everything to run smoothly on HF's Spaces:
|
| 36 |
|
| 37 |
- app.py
|
| 38 |
-
- reader.py
|
| 39 |
-
- requirements.txt
|
| 40 |
-
- model.h5 (TensorFlow/Keras)
|
| 41 |
- categories.txt
|
| 42 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
The data used to train the model is available as a
|
| 45 |
[Kaggle dataset](https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product).
|
|
|
|
| 35 |
The space includes the necessary files for everything to run smoothly on HF's Spaces:
|
| 36 |
|
| 37 |
- app.py
|
|
|
|
|
|
|
|
|
|
| 38 |
- categories.txt
|
| 39 |
+
- model.h5 (TensorFlow/Keras)
|
| 40 |
+
- requirements.txt
|
| 41 |
+
- README.md
|
| 42 |
+
- defective.jpg (def_front example)
|
| 43 |
+
- okay.jpg (ok_front example)
|
| 44 |
|
| 45 |
The data used to train the model is available as a
|
| 46 |
[Kaggle dataset](https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product).
|