https://github.com/roboflow/c3-sapphire-rapids
https://github.com/roboflow/c3-sapphire-rapids
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roboflow/c3-sapphire-rapids
- Owner: roboflow
- Created: 2024-01-22T21:53:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T15:17:16.000Z (over 2 years ago)
- Last Synced: 2025-01-11T02:25:28.602Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 53.7 MB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating a computer vision system for remote environments with Roboflow and Intel C3 Sapphire Rapids
In this technical guide, we will walk through the process of building an autonomous river monitoring and cleaning system leveraging Roboflow to collect, label, and process visual data, then utilize Intel C3 Sapphire Rapids for model training and model deployment.
## Prerequisites
Before running the code, make sure you have the following prerequisites installed:
- Python 3.x
- OpenCV (`opencv-python`)
- Supervision (`supervision`)
- Requests (`requests`)
- Argparse (`argparse`) for command-line arguments
You can install these dependencies using `pip`:
```bash
pip install opencv-python supervision requests argparse
```
