Stanford-Cars / README.md
javad-rezaie
updated.
5adbb57
---
title: Stanford Cars
emoji: πŸ‘€
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 3.41.0
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Model Conversion to OpenVINO and Hugging Face Integration
## Converting to OpenVINO
Our trained PyTorch model was converted to OpenVINO format using the Model Optimizer tool. This streamlined the deployment process for various hardware platforms.
## Hugging Face Upload
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.
## Running on Hugging Face
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.
## Disclaimer
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.