cassieli226 commited on
Commit
dd66b05
·
verified ·
1 Parent(s): f5e2104

Add README.md with model card

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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.