Spaces:
Runtime error
Runtime error
updating description
Browse files
app.py
CHANGED
|
@@ -50,15 +50,19 @@ title = "Cast parts: Deffective or Okay?"
|
|
| 50 |
|
| 51 |
article = \
|
| 52 |
'''
|
| 53 |
-
Deffective or Okay?
|
|
|
|
|
|
|
| 54 |
This is a test project to get familiar with Hugging Face!
|
| 55 |
-
The space includes the necessary files for everything to run smoothly on HF's
|
| 56 |
-
|
| 57 |
-
-
|
| 58 |
-
-
|
| 59 |
-
-
|
| 60 |
-
-
|
| 61 |
-
-
|
|
|
|
|
|
|
| 62 |
The data used to train the model is available as [Kaggle dataset](https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product).
|
| 63 |
The space was inspired by @Isabel's wonderful [cat or pug](https://huggingface.co/spaces/isabel/pug-or-cat-image-classifier) one. Enjoy!d
|
| 64 |
'''
|
|
|
|
| 50 |
|
| 51 |
article = \
|
| 52 |
'''
|
| 53 |
+
#### Deffective or Okay?
|
| 54 |
+
|
| 55 |
+
Demo app including a binary classification model for casted parts
|
| 56 |
This is a test project to get familiar with Hugging Face!
|
| 57 |
+
The space includes the necessary files for everything to run smoothly on HF's Spaces:
|
| 58 |
+
|
| 59 |
+
- app.py
|
| 60 |
+
- reader.py
|
| 61 |
+
- requirements.txt
|
| 62 |
+
- model.h5 (TensorFlow/Keras)
|
| 63 |
+
- categories.txt
|
| 64 |
+
- info.txt
|
| 65 |
+
|
| 66 |
The data used to train the model is available as [Kaggle dataset](https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product).
|
| 67 |
The space was inspired by @Isabel's wonderful [cat or pug](https://huggingface.co/spaces/isabel/pug-or-cat-image-classifier) one. Enjoy!d
|
| 68 |
'''
|