Add README.md with model card
Browse files
README.md
CHANGED
|
@@ -99,6 +99,7 @@ with zipfile.ZipFile(zip_path, "r") as zf:
|
|
| 99 |
predictor = ag.MultiModalPredictor.load(str(extract_dir))
|
| 100 |
print(predictor.predict(pd.DataFrame({"image": ["path/to/your/image.png"]})))
|
| 101 |
|
|
|
|
| 102 |
|
| 103 |
#Intended Use
|
| 104 |
- Coursework demonstration of AutoML for neural networks on images.
|
|
|
|
| 99 |
predictor = ag.MultiModalPredictor.load(str(extract_dir))
|
| 100 |
print(predictor.predict(pd.DataFrame({"image": ["path/to/your/image.png"]})))
|
| 101 |
|
| 102 |
+
---
|
| 103 |
|
| 104 |
#Intended Use
|
| 105 |
- Coursework demonstration of AutoML for neural networks on images.
|