javad-rezaie commited on
Commit
5adbb57
1 Parent(s): ad8de20
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -11,3 +11,18 @@ license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # Model Conversion to OpenVINO and Hugging Face Integration
16
+ ## Converting to OpenVINO
17
+ Our trained PyTorch model was converted to OpenVINO format using the Model Optimizer tool. This streamlined the deployment process for various hardware platforms.
18
+
19
+ ## Hugging Face Upload
20
+ We shared the OpenVINO model on the Hugging Face Model Hub, making it easily accessible for developers ([here](https://huggingface.co/spaces/homai/Stanford-Cars)). This allows for straightforward integration into applications and fine-tuning on custom datasets.
21
+
22
+ ## Running on Hugging Face
23
+ Instantiating the model from its unique identifier on Hugging Face enables easy execution and result visualization. Whether through the website interface or the API, running the model is intuitive and efficient.
24
+
25
+ ## Disclaimer
26
+
27
+ This project is intended for educational purposes only. Any use of this project for real-world applications should be done with caution and proper consultation with relevant experts.
28
+