AmirjJ commited on
Commit
60dbd6d
1 Parent(s): 93c027a

Create README.md

Browse files

Initializes the YOLO model for license plate detection and forces the inference to run on CPU.

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - hezarai/persian-license-plate-v1
4
+ language:
5
+ - fa
6
+ metrics:
7
+ - character
8
+ base_model:
9
+ - black-forest-labs/FLUX.1-dev
10
+ pipeline_tag: object-detection
11
+ tags:
12
+ - code
13
+ ---